1SK_EAT_SKB(9) Linux Networking SK_EAT_SKB(9)
23
4
NAME
6sk_eat_skb - Release a skb if it is no longer needed
7
SYNOPSIS
9void sk_eat_skb(struct sock * sk, struct sk_buff * skb);
10
ARGUMENTS
12sk
13socket to eat this skb from
1415
skb
16socket buffer to eat
17
DESCRIPTION
19This routine must be called with interrupts disabled or with the socket
20locked so that the sk_buff queue operation is ok.
21
COPYRIGHT
23Kernel Hackers Manual 3.10 June 2019 SK_EAT_SKB(9)