Scroll to navigation

SKB_SPLIT(9) Linux Networking SKB_SPLIT(9)

NAME

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

SYNOPSIS

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

ARGUMENTS

struct sk_buff * skb

the buffer to split

struct sk_buff * skb1

the buffer to receive the second part

const u32 len

new length for skb

COPYRIGHT

July 2017 Kernel Hackers Manual 4.12