Home
last modified time | relevance | path

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

/net/ipv4/
Dtcp_input.c4302 bool *fragstolen) in tcp_try_coalesce() argument
4306 *fragstolen = false; in tcp_try_coalesce()
4312 if (!skb_try_coalesce(to, from, fragstolen, &delta)) in tcp_try_coalesce()
4327 bool *fragstolen) in tcp_ooo_try_coalesce() argument
4329 bool res = tcp_try_coalesce(sk, to, from, fragstolen); in tcp_ooo_try_coalesce()
4354 bool fin, fragstolen, eaten; in tcp_ofo_queue() local
4383 eaten = tail && tcp_try_coalesce(sk, tail, skb, &fragstolen); in tcp_ofo_queue()
4389 kfree_skb_partial(skb, fragstolen); in tcp_ofo_queue()
4430 bool fragstolen; in tcp_data_queue_ofo() local
4468 skb, &fragstolen)) { in tcp_data_queue_ofo()
[all …]
/net/core/
Dskbuff.c4235 bool *fragstolen, int *delta_truesize) in skb_try_coalesce() argument
4239 *fragstolen = false; in skb_try_coalesce()
4272 *fragstolen = true; in skb_try_coalesce()