table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
SK_EAT_SKB(9) | Linux Networking | SK_EAT_SKB(9) |
NAME¶
sk_eat_skb - Release a skb if it is no longer neededSYNOPSIS¶
void
sk_eat_skb(struct sock * sk,
struct sk_buff * skb,
bool copied_early);
ARGUMENTS¶
sksocket to eat this skb from
skb
socket buffer to eat
copied_early
flag indicating whether DMA operations copied
this data early
DESCRIPTION¶
This routine must be called with interrupts disabled or with the socket locked so that the sk_buff queue operation is ok.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |