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

NAME

6       skb_queue_splice - join two skb lists, this is designed for stacks
7

SYNOPSIS

9       void skb_queue_splice(const struct sk_buff_head * list,
10                             struct sk_buff_head * head);
11

ARGUMENTS

13       list
14           the new list to add
15
16       head
17           the place to add it in the first list
18
20Kernel Hackers Manual 3.10         June 2019               SKB_QUEUE_SPLICE(9)
Impressum