other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
SKB_TRY_COALESCE(9) | Linux Networking | SKB_TRY_COALESCE(9) |
NAME¶
skb_try_coalesce - try to merge skb to prior oneSYNOPSIS¶
bool
skb_try_coalesce(struct sk_buff * to,
struct sk_buff * from,
bool * fragstolen,
int * delta_truesize);
ARGUMENTS¶
toprior buffer
from
buffer to add
fragstolen
pointer to boolean
delta_truesize
how much more was allocated than was
requested
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |