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

NAME

6       skb_split - Split fragmented skb to two parts at length len.
7

SYNOPSIS

9       void skb_split(struct sk_buff * skb, struct sk_buff * skb1,
10                      const u32 len);
11

ARGUMENTS

13       skb
14           the buffer to split
15
16       skb1
17           the buffer to receive the second part
18
19       len
20           new length for skb
21
23Kernel Hackers Manual 3.10         June 2019                      SKB_SPLIT(9)
Impressum