Displaying 1 result from an estimated 1 matches for "skb_orphan_frag".
Did you mean:
skb_orphan_frags
2012 May 03
0
[PATCH v5 0/9] skb paged fragment destructors
...shinfo_init to centralise several copies of
that code.
* Reduced CC list on "net: add paged frag destructor support to
kernel_sendpage", it was rather long and seemed a bit overly
spammy on the non-netdev recipients.
Changes since time before:
* Added skb_orphan_frags API for the use of recipients of SKBs who
may hold onto the SKB for a long time (this is analogous to
skb_orphan). This was pointed out by Michael. The TUN driver is
currently the only user.
* I can''t for the life of me get anything to actually hit...