Searched refs:fragstolen (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/net/ipv4/ |
| D | tcp_input.c | 4624 bool *fragstolen) in tcp_try_coalesce() argument 4628 *fragstolen = false; in tcp_try_coalesce() 4642 if (!skb_try_coalesce(to, from, fragstolen, &delta)) in tcp_try_coalesce() 4664 bool *fragstolen) in tcp_ooo_try_coalesce() argument 4666 bool res = tcp_try_coalesce(sk, to, from, fragstolen); in tcp_ooo_try_coalesce() 4691 bool fin, fragstolen, eaten; in tcp_ofo_queue() local 4716 eaten = tail && tcp_try_coalesce(sk, tail, skb, &fragstolen); in tcp_ofo_queue() 4722 kfree_skb_partial(skb, fragstolen); in tcp_ofo_queue() 4760 bool fragstolen; in tcp_data_queue_ofo() local 4798 skb, &fragstolen)) { in tcp_data_queue_ofo() [all …]
|
| D | tcp_ipv4.c | 1807 bool fragstolen; in tcp_add_backlog() local 1867 if (skb_try_coalesce(tail, skb, &fragstolen, &delta)) { in tcp_add_backlog() 1899 kfree_skb_partial(skb, fragstolen); in tcp_add_backlog()
|
| /Linux-v5.15/net/mptcp/ |
| D | protocol.c | 132 bool fragstolen; in mptcp_try_coalesce() local 136 !skb_try_coalesce(to, from, &fragstolen, &delta)) in mptcp_try_coalesce() 143 kfree_skb_partial(from, fragstolen); in mptcp_try_coalesce()
|
| /Linux-v5.15/net/core/ |
| D | skbuff.c | 5364 bool *fragstolen, int *delta_truesize) in skb_try_coalesce() argument 5369 *fragstolen = false; in skb_try_coalesce() 5413 *fragstolen = true; in skb_try_coalesce()
|
| /Linux-v5.15/include/linux/ |
| D | skbuff.h | 1095 bool *fragstolen, int *delta_truesize);
|