Searched refs:tcp_is_sack (Results 1 – 6 of 6) sorted by relevance
596 if (tcp_is_sack(tp)) in tcp_retransmit_timer()604 if (tcp_is_sack(tp)) in tcp_retransmit_timer()
2446 if (tcp_is_sack(tp)) { in tcp_update_scoreboard()2672 if (frto_undo || tcp_is_sack(tp)) { in tcp_try_undo_loss()3398 } else if (tcp_is_sack(tp)) { in tcp_clean_rtx_queue()3524 if (!tp->packets_out && tcp_is_sack(tp)) { in tcp_clean_rtx_queue()3962 prior_fack = tcp_is_sack(tp) ? tcp_highest_sack_seq(tp) : tp->snd_una; in tcp_ack()4619 if (tcp_is_sack(tp)) in tcp_fin()4651 if (tcp_is_sack(tp) && READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_dsack)) { in tcp_dsack_set()4709 if (tcp_is_sack(tp) && READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_dsack)) { in tcp_send_dupack()5031 if (tcp_is_sack(tp)) { in tcp_data_queue_ofo()5051 if (tcp_is_sack(tp)) in tcp_data_queue_ofo()[all …]
2882 !tp->packets_out || !tcp_is_sack(tp) || in tcp_schedule_loss_probe()
4101 if (tcp_is_sack(tp)) in tcp_get_info()
90 … tcp_established_options(tx);tcp_fast_path_on,tcp_ack_update_window,tcp_is_sack,tcp_data_queue,…
1276 static inline int tcp_is_sack(const struct tcp_sock *tp) in tcp_is_sack() function1283 return !tcp_is_sack(tp); in tcp_is_reno()