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

NAME

6       skb_insert - insert a buffer
7

SYNOPSIS

9       void skb_insert(struct sk_buff * old, struct sk_buff * newsk,
10                       struct sk_buff_head * list);
11

ARGUMENTS

13       old
14           buffer to insert before
15
16       newsk
17           buffer to insert
18
19       list
20           list to use
21

DESCRIPTION

23       Place a packet before a given packet in a list. The list locks are
24       taken and this function is atomic with respect to other list locked
25       calls.
26
27       A buffer cannot be placed on two lists at the same time.
28
30Kernel Hackers Manual 3.10         June 2019                     SKB_INSERT(9)
Impressum