1SKB_QUEUE_SPLICE_TAI(9) Linux Networking SKB_QUEUE_SPLICE_TAI(9)
23
4
NAME
6skb_queue_splice_tail - join two skb lists, each list being a queue
7
SYNOPSIS
9void skb_queue_splice_tail(const struct sk_buff_head * list,
10struct sk_buff_head * head);
11
ARGUMENTS
13list
14the new list to add
1516
head
17the place to add it in the first list
18
COPYRIGHT
20Kernel Hackers Manual 2.6. November 2011 SKB_QUEUE_SPLICE_TAI(9)