1SKB_SPLIT(9) Linux Networking SKB_SPLIT(9)
23
4
NAME
6skb_split - Split fragmented skb to two parts at length len.
7
SYNOPSIS
9void skb_split(struct sk_buff * skb, struct sk_buff * skb1,
10const u32 len);
11
ARGUMENTS
13skb
14the buffer to split
1516
skb1
17the buffer to receive the second part
1819
len
20new length for skb
21
COPYRIGHT
23Kernel Hackers Manual 2.6. November 2011 SKB_SPLIT(9)