1SKB_UNLINK(9) Linux Networking SKB_UNLINK(9)
23
4
NAME
6skb_unlink - remove a buffer from a list
7
SYNOPSIS
9void skb_unlink(struct sk_buff * skb, struct sk_buff_head * list);
10
ARGUMENTS
12skb
13buffer to remove
1415
list
16list to use
17
DESCRIPTION
19Remove a packet from a list. The list locks are taken and this function
20is atomic with respect to other list locked calls
2122
You must know what list the SKB is on.
23
COPYRIGHT
25Kernel Hackers Manual 3.10 June 2019 SKB_UNLINK(9)