1SKB_QUEUE_SPLICE_TAI(9) Linux Networking SKB_QUEUE_SPLICE_TAI(9)
23
4
NAME
6skb_queue_splice_tail_init - join two skb lists and reinitialise the
7emptied list
8
SYNOPSIS
10void skb_queue_splice_tail_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
21Each of the lists is a queue. The list at list is reinitialised
22
COPYRIGHT
24Kernel Hackers Manual 2.6. November 2011 SKB_QUEUE_SPLICE_TAI(9)