table of contents
other versions
- stretch 4.9.168-1
 
| CONSUME_SKB(9) | Linux Networking | CONSUME_SKB(9) | 
NAME¶
consume_skb - free an skbuffSYNOPSIS¶
void consume_skb(struct sk_buff * skb);
ARGUMENTS¶
skbbuffer to free
DESCRIPTION¶
Drop a ref to the buffer and free it if the usage count has hit zero Functions identically to kfree_skb, but kfree_skb assumes that the frame is being dropped after a failure and notes thatCOPYRIGHT¶
| April 2019 | Kernel Hackers Manual 4.9. |