1SKB_QUEUE_SPLICE_INI(9) Linux Networking SKB_QUEUE_SPLICE_INI(9)
23
4
NAME
6skb_queue_splice_init - join two skb lists and reinitialise the emptied
7list
8
SYNOPSIS
10void skb_queue_splice_init(struct sk_buff_head * list,
11struct sk_buff_head * head);
12
ARGUMENTS
14list
15the new list to add
1617
head
18the place to add it in the first list
19
DESCRIPTION
21The list at list is reinitialised
22
COPYRIGHT
24Kernel Hackers Manual 2.6. November 2011 SKB_QUEUE_SPLICE_INI(9)