Home
last modified time | relevance | path

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

/net/ipv4/
Dtcp_input.c4418 bool *fragstolen) in tcp_try_coalesce() argument
4422 *fragstolen = false; in tcp_try_coalesce()
4433 if (!skb_try_coalesce(to, from, fragstolen, &delta)) in tcp_try_coalesce()
4455 bool *fragstolen) in tcp_ooo_try_coalesce() argument
4457 bool res = tcp_try_coalesce(sk, to, from, fragstolen); in tcp_ooo_try_coalesce()
4482 bool fin, fragstolen, eaten; in tcp_ofo_queue() local
4507 eaten = tail && tcp_try_coalesce(sk, tail, skb, &fragstolen); in tcp_ofo_queue()
4513 kfree_skb_partial(skb, fragstolen); in tcp_ofo_queue()
4551 bool fragstolen; in tcp_data_queue_ofo() local
4588 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()
/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()