1SKB_TRY_COALESCE(9) Linux Networking SKB_TRY_COALESCE(9)
23
4
NAME
6skb_try_coalesce - try to merge skb to prior one
7
SYNOPSIS
9bool skb_try_coalesce(struct sk_buff * to, struct sk_buff * from,
10bool * fragstolen, int * delta_truesize);
11
ARGUMENTS
13to
14prior buffer
1516
from
17buffer to add
1819
fragstolen
20pointer to boolean
2122
delta_truesize
23how much more was allocated than was requested
24
COPYRIGHT
26Kernel Hackers Manual 3.10 June 2019 SKB_TRY_COALESCE(9)