Home
last modified time | relevance | path

Searched refs:fragstolen (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/net/ipv4/
Dtcp_input.c4686 bool *fragstolen) in tcp_try_coalesce() argument
4690 *fragstolen = false; in tcp_try_coalesce()
4704 if (!skb_try_coalesce(to, from, fragstolen, &delta)) in tcp_try_coalesce()
4726 bool *fragstolen) in tcp_ooo_try_coalesce() argument
4728 bool res = tcp_try_coalesce(sk, to, from, fragstolen); in tcp_ooo_try_coalesce()
4754 bool fin, fragstolen, eaten; in tcp_ofo_queue() local
4779 eaten = tail && tcp_try_coalesce(sk, tail, skb, &fragstolen); in tcp_ofo_queue()
4785 kfree_skb_partial(skb, fragstolen); in tcp_ofo_queue()
4823 bool fragstolen; in tcp_data_queue_ofo() local
4861 skb, &fragstolen)) { in tcp_data_queue_ofo()
[all …]
Dtcp_ipv4.c1825 bool fragstolen; in tcp_add_backlog() local
1887 if (skb_try_coalesce(tail, skb, &fragstolen, &delta)) { in tcp_add_backlog()
1919 kfree_skb_partial(skb, fragstolen); in tcp_add_backlog()
/Linux-v6.6/net/mptcp/
Dprotocol.c151 bool fragstolen; in mptcp_try_coalesce() local
155 !skb_try_coalesce(to, from, &fragstolen, &delta)) in mptcp_try_coalesce()
169 kfree_skb_partial(from, fragstolen); in mptcp_try_coalesce()
/Linux-v6.6/net/core/
Dskbuff.c5738 bool *fragstolen, int *delta_truesize) in skb_try_coalesce() argument
5743 *fragstolen = false; in skb_try_coalesce()
5794 *fragstolen = true; in skb_try_coalesce()
/Linux-v6.6/include/linux/
Dskbuff.h1263 bool *fragstolen, int *delta_truesize);