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

NAME

6       skb_unlink - remove a buffer from a list
7

SYNOPSIS

9       void skb_unlink(struct sk_buff * skb, struct sk_buff_head * list);
10

ARGUMENTS

12       skb
13           buffer to remove
14
15       list
16           list to use
17

DESCRIPTION

19       Remove a packet from a list. The list locks are taken and this function
20       is atomic with respect to other list locked calls
21
22       You must know what list the SKB is on.
23
25Kernel Hackers Manual 2.6.         June 2019                     SKB_UNLINK(9)
Impressum