Scroll to navigation

SKB_TRY_COALESCE(9) Linux Networking SKB_TRY_COALESCE(9)

NAME

skb_try_coalesce - try to merge skb to prior one

SYNOPSIS

bool skb_try_coalesce(struct sk_buff * to, struct sk_buff * from, bool * fragstolen, int * delta_truesize);

ARGUMENTS

struct sk_buff * to
prior buffer

struct sk_buff * from

buffer to add

bool * fragstolen

pointer to boolean

int * delta_truesize

how much more was allocated than was requested

COPYRIGHT

September 2017 Kernel Hackers Manual 4.12