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

NAME

6       skb_try_coalesce - try to merge skb to prior one
7

SYNOPSIS

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

ARGUMENTS

13       to
14           prior buffer
15
16       from
17           buffer to add
18
19       fragstolen
20           pointer to boolean
21
22       delta_truesize
23           how much more was allocated than was requested
24
26Kernel Hackers Manual 3.10         June 2019               SKB_TRY_COALESCE(9)
Impressum