Searched refs:tcp_ooo_try_coalesce (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_input.c | 4682 static bool tcp_ooo_try_coalesce(struct sock *sk, in tcp_ooo_try_coalesce() function 4818 if (tcp_ooo_try_coalesce(sk, tp->ooo_last_skb, in tcp_data_queue_ofo() 4873 } else if (tcp_ooo_try_coalesce(sk, skb1, in tcp_data_queue_ofo()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_input.c | 4727 static bool tcp_ooo_try_coalesce(struct sock *sk, in tcp_ooo_try_coalesce() function 4864 if (tcp_ooo_try_coalesce(sk, tp->ooo_last_skb, in tcp_data_queue_ofo() 4921 } else if (tcp_ooo_try_coalesce(sk, skb1, in tcp_data_queue_ofo()
|
Completed in 18 milliseconds