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                       int copied_early);
11

ARGUMENTS

13       sk
14           socket to eat this skb from
15
16       skb
17           socket buffer to eat
18
19       copied_early
20           flag indicating whether DMA operations copied this data early
21

DESCRIPTION

23       This routine must be called with interrupts disabled or with the socket
24       locked so that the sk_buff queue operation is ok.
25
27Kernel Hackers Manual 2.6.       November 2011                   SK_EAT_SKB(9)
Impressum