Searched refs:fragstolen (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A D | tcp_input.c | 4780 bool *fragstolen) in tcp_try_coalesce() argument 4784 *fragstolen = false; in tcp_try_coalesce() 4798 if (!skb_try_coalesce(to, from, fragstolen, &delta)) in tcp_try_coalesce() 4820 bool *fragstolen) in tcp_ooo_try_coalesce() argument 4822 bool res = tcp_try_coalesce(sk, to, from, fragstolen); in tcp_ooo_try_coalesce() 4848 bool fin, fragstolen, eaten; in tcp_ofo_queue() local 4873 eaten = tail && tcp_try_coalesce(sk, tail, skb, &fragstolen); in tcp_ofo_queue() 4879 kfree_skb_partial(skb, fragstolen); in tcp_ofo_queue() 4917 bool fragstolen; in tcp_data_queue_ofo() local 4955 skb, &fragstolen)) { in tcp_data_queue_ofo() [all …]
|
H A D | tcp_ipv4.c | 1831 bool fragstolen; in tcp_add_backlog() local 1894 if (skb_try_coalesce(tail, skb, &fragstolen, &delta)) { in tcp_add_backlog() 1926 kfree_skb_partial(skb, fragstolen); in tcp_add_backlog()
|
/openbmc/linux/net/mptcp/ |
H A D | protocol.c | 137 bool fragstolen; in mptcp_try_coalesce() local 142 !skb_try_coalesce(to, from, &fragstolen, &delta)) in mptcp_try_coalesce() 156 kfree_skb_partial(from, fragstolen); in mptcp_try_coalesce()
|
/openbmc/linux/net/core/ |
H A D | skbuff.c | 5753 bool *fragstolen, int *delta_truesize) in skb_try_coalesce() argument 5758 *fragstolen = false; in skb_try_coalesce() 5809 *fragstolen = true; in skb_try_coalesce()
|
/openbmc/linux/include/linux/ |
H A D | skbuff.h | 1258 bool *fragstolen, int *delta_truesize);
|