table of contents
other versions
- stretch 4.9.168-1
SKB_ORPHAN(9) | Linux Networking | SKB_ORPHAN(9) |
NAME¶
skb_orphan - orphan a bufferSYNOPSIS¶
void skb_orphan(struct sk_buff * skb);
ARGUMENTS¶
skbbuffer to orphan
DESCRIPTION¶
If a buffer currently has an owner then we call the owner's destructor function and make the skb unowned. The buffer continues to exist but is no longer charged to its former owner.COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |