Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dtcp_input.c4346 bool *fragstolen) in tcp_try_coalesce() argument
4350 *fragstolen = false; in tcp_try_coalesce()
4361 if (!skb_try_coalesce(to, from, fragstolen, &delta)) in tcp_try_coalesce()
4382 bool *fragstolen) in tcp_ooo_try_coalesce() argument
4384 bool res = tcp_try_coalesce(sk, to, from, fragstolen); in tcp_ooo_try_coalesce()
4409 bool fin, fragstolen, eaten; in tcp_ofo_queue() local
4438 eaten = tail && tcp_try_coalesce(sk, tail, skb, &fragstolen); in tcp_ofo_queue()
4444 kfree_skb_partial(skb, fragstolen); in tcp_ofo_queue()
4482 bool fragstolen; in tcp_data_queue_ofo() local
4520 skb, &fragstolen)) { in tcp_data_queue_ofo()
[all …]
/Linux-v4.19/net/core/
Dskbuff.c4816 bool *fragstolen, int *delta_truesize) in skb_try_coalesce() argument
4821 *fragstolen = false; in skb_try_coalesce()
4858 *fragstolen = true; in skb_try_coalesce()
/Linux-v4.19/include/linux/
Dskbuff.h986 bool *fragstolen, int *delta_truesize);