Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_input.c4620 bool *fragstolen) in tcp_try_coalesce() argument
4624 *fragstolen = false; in tcp_try_coalesce()
4638 if (!skb_try_coalesce(to, from, fragstolen, &delta)) in tcp_try_coalesce()
4660 bool *fragstolen) in tcp_ooo_try_coalesce() argument
4662 bool res = tcp_try_coalesce(sk, to, from, fragstolen); in tcp_ooo_try_coalesce()
4688 bool fin, fragstolen, eaten; in tcp_ofo_queue() local
4713 eaten = tail && tcp_try_coalesce(sk, tail, skb, &fragstolen); in tcp_ofo_queue()
4719 kfree_skb_partial(skb, fragstolen); in tcp_ofo_queue()
4757 bool fragstolen; in tcp_data_queue_ofo() local
4795 skb, &fragstolen)) { in tcp_data_queue_ofo()
[all …]
H A Dtcp_ipv4.c1781 bool fragstolen; in tcp_add_backlog() local
1840 if (skb_try_coalesce(tail, skb, &fragstolen, &delta)) { in tcp_add_backlog()
1872 kfree_skb_partial(skb, fragstolen); in tcp_add_backlog()
/OK3568_Linux_fs/kernel/net/mptcp/
H A Dprotocol.c124 bool fragstolen; in mptcp_try_coalesce() local
128 !skb_try_coalesce(to, from, &fragstolen, &delta)) in mptcp_try_coalesce()
135 kfree_skb_partial(from, fragstolen); in mptcp_try_coalesce()
/OK3568_Linux_fs/kernel/net/core/
H A Dskbuff.c5208 bool *fragstolen, int *delta_truesize) in skb_try_coalesce() argument
5213 *fragstolen = false; in skb_try_coalesce()
5250 *fragstolen = true; in skb_try_coalesce()
/OK3568_Linux_fs/kernel/include/linux/
H A Dskbuff.h1097 bool *fragstolen, int *delta_truesize);