1SK_EAT_SKB(9)                  Linux Networking                  SK_EAT_SKB(9)
2
3
4

NAME

6       sk_eat_skb - Release a skb if it is no longer needed
7

SYNOPSIS

9       void sk_eat_skb(struct sock * sk, struct sk_buff * skb);
10

ARGUMENTS

12       sk
13           socket to eat this skb from
14
15       skb
16           socket buffer to eat
17

DESCRIPTION

19       This routine must be called with interrupts disabled or with the socket
20       locked so that the sk_buff queue operation is ok.
21
23Kernel Hackers Manual 3.10         June 2019                     SK_EAT_SKB(9)
Impressum