Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Dtcp_input.c4413 bool *fragstolen) in tcp_try_coalesce() argument
4417 *fragstolen = false; in tcp_try_coalesce()
4428 if (!skb_try_coalesce(to, from, fragstolen, &delta)) in tcp_try_coalesce()
4450 bool *fragstolen) in tcp_ooo_try_coalesce() argument
4452 bool res = tcp_try_coalesce(sk, to, from, fragstolen); in tcp_ooo_try_coalesce()
4477 bool fin, fragstolen, eaten; in tcp_ofo_queue() local
4502 eaten = tail && tcp_try_coalesce(sk, tail, skb, &fragstolen); in tcp_ofo_queue()
4508 kfree_skb_partial(skb, fragstolen); in tcp_ofo_queue()
4546 bool fragstolen; in tcp_data_queue_ofo() local
4583 skb, &fragstolen)) { in tcp_data_queue_ofo()
[all …]
Dtcp_ipv4.c1656 bool fragstolen; in tcp_add_backlog() local
1712 if (skb_try_coalesce(tail, skb, &fragstolen, &delta)) { in tcp_add_backlog()
1747 kfree_skb_partial(skb, fragstolen); in tcp_add_backlog()
/Linux-v5.4/net/core/
Dskbuff.c5027 bool *fragstolen, int *delta_truesize) in skb_try_coalesce() argument
5032 *fragstolen = false; in skb_try_coalesce()
5069 *fragstolen = true; in skb_try_coalesce()
/Linux-v5.4/include/linux/
Dskbuff.h1030 bool *fragstolen, int *delta_truesize);