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

NAME

6       skb_queue_splice_init - join two skb lists and reinitialise the emptied
7       list
8

SYNOPSIS

10       void skb_queue_splice_init(struct sk_buff_head * list,
11                                  struct sk_buff_head * head);
12

ARGUMENTS

14       list
15           the new list to add
16
17       head
18           the place to add it in the first list
19

DESCRIPTION

21       The list at list is reinitialised
22
24Kernel Hackers Manual 3.10         June 2019           SKB_QUEUE_SPLICE_INI(9)
Impressum