Searched refs:fragstolen (Results 1 – 4 of 4) sorted by relevance
/linux/net/ipv4/ |
H A D | tcp_input.c | 4887 bool *fragstolen) in tcp_try_coalesce() argument 4891 *fragstolen = false; in tcp_try_coalesce() 4900 if (!skb_try_coalesce(to, from, fragstolen, &delta)) in tcp_try_coalesce() 4922 bool *fragstolen) in tcp_ooo_try_coalesce() argument 4924 bool res = tcp_try_coalesce(sk, to, from, fragstolen); in tcp_ooo_try_coalesce() 4950 bool fin, fragstolen, eaten; in tcp_ofo_queue() local 4975 eaten = tail && tcp_try_coalesce(sk, tail, skb, &fragstolen); in tcp_ofo_queue() 4981 kfree_skb_partial(skb, fragstolen); in tcp_ofo_queue() 5019 bool fragstolen; in tcp_data_queue_ofo() local 5058 skb, &fragstolen)) { in tcp_data_queue_ofo() [all …]
|
H A D | tcp_ipv4.c | 2016 bool fragstolen; local 2076 if (skb_try_coalesce(tail, skb, &fragstolen, &delta)) { 2108 kfree_skb_partial(skb, fragstolen);
|
/linux/net/mptcp/ |
H A D | protocol.c | 135 bool fragstolen; in mptcp_try_coalesce() local 140 !skb_try_coalesce(to, from, &fragstolen, &delta)) in mptcp_try_coalesce() 154 kfree_skb_partial(from, fragstolen); in mptcp_try_coalesce()
|
/linux/net/core/ |
H A D | skbuff.c | 5919 bool *fragstolen, int *delta_truesize) in skb_try_coalesce() argument 5924 *fragstolen = false; in skb_try_coalesce() 5973 *fragstolen = true; in skb_try_coalesce()
|