Home
last modified time | relevance | path

Searched refs:tcp_is_sack (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/net/ipv4/
A Dtcp_timer.c517 if (tcp_is_sack(tp)) in tcp_retransmit_timer()
525 if (tcp_is_sack(tp)) in tcp_retransmit_timer()
A Dtcp_input.c2391 if (tcp_is_sack(tp)) { in tcp_update_scoreboard()
2593 if (frto_undo || tcp_is_sack(tp)) { in tcp_try_undo_loss()
3296 } else if (tcp_is_sack(tp)) { in tcp_clean_rtx_queue()
3422 if (!tp->packets_out && tcp_is_sack(tp)) { in tcp_clean_rtx_queue()
4412 if (tcp_is_sack(tp)) in tcp_fin()
4817 if (tcp_is_sack(tp)) { in tcp_data_queue_ofo()
4837 if (tcp_is_sack(tp)) in tcp_data_queue_ofo()
4920 if (tcp_is_sack(tp)) in tcp_data_queue_ofo()
4927 if (tcp_is_sack(tp)) in tcp_data_queue_ofo()
5545 if (!tcp_is_sack(tp) || in __tcp_ack_snd_check()
[all …]
A Dtcp_output.c2748 !tp->packets_out || !tcp_is_sack(tp) || in tcp_schedule_loss_probe()
A Dtcp.c3876 if (tcp_is_sack(tp)) in tcp_get_info()
/linux-6.3-rc2/include/net/
A Dtcp.h1189 static inline int tcp_is_sack(const struct tcp_sock *tp) in tcp_is_sack() function
1196 return !tcp_is_sack(tp); in tcp_is_reno()

Completed in 33 milliseconds