Home
last modified time | relevance | path

Searched refs:ofo_possible (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Dtcp_nip_input.c687 static void __tcp_nip_ack_snd_check(struct sock *sk, int ofo_possible) in __tcp_nip_ack_snd_check() argument
698 (ofo_possible && (!RB_EMPTY_ROOT(&tp->out_of_order_queue)))) { in __tcp_nip_ack_snd_check()
699 if (ofo_possible && (!RB_EMPTY_ROOT(&tp->out_of_order_queue))) { in __tcp_nip_ack_snd_check()
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_input.c5475 static void __tcp_ack_snd_check(struct sock *sk, int ofo_possible) in __tcp_ack_snd_check() argument
5501 if (!ofo_possible || RB_EMPTY_ROOT(&tp->out_of_order_queue)) { in __tcp_ack_snd_check()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_input.c5556 static void __tcp_ack_snd_check(struct sock *sk, int ofo_possible) in __tcp_ack_snd_check() argument
5579 if (!ofo_possible || RB_EMPTY_ROOT(&tp->out_of_order_queue)) { in __tcp_ack_snd_check()

Completed in 20 milliseconds