Searched refs:fragstolen (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/net/ipv4/ |
D | tcp_input.c | 4346 bool *fragstolen) in tcp_try_coalesce() argument 4350 *fragstolen = false; in tcp_try_coalesce() 4361 if (!skb_try_coalesce(to, from, fragstolen, &delta)) in tcp_try_coalesce() 4382 bool *fragstolen) in tcp_ooo_try_coalesce() argument 4384 bool res = tcp_try_coalesce(sk, to, from, fragstolen); in tcp_ooo_try_coalesce() 4409 bool fin, fragstolen, eaten; in tcp_ofo_queue() local 4438 eaten = tail && tcp_try_coalesce(sk, tail, skb, &fragstolen); in tcp_ofo_queue() 4444 kfree_skb_partial(skb, fragstolen); in tcp_ofo_queue() 4482 bool fragstolen; in tcp_data_queue_ofo() local 4520 skb, &fragstolen)) { in tcp_data_queue_ofo() [all …]
|
/Linux-v4.19/net/core/ |
D | skbuff.c | 4816 bool *fragstolen, int *delta_truesize) in skb_try_coalesce() argument 4821 *fragstolen = false; in skb_try_coalesce() 4858 *fragstolen = true; in skb_try_coalesce()
|
/Linux-v4.19/include/linux/ |
D | skbuff.h | 986 bool *fragstolen, int *delta_truesize);
|