Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Dtcp_timer.c496 if (tcp_is_sack(tp)) in tcp_retransmit_timer()
504 if (tcp_is_sack(tp)) in tcp_retransmit_timer()
Dtcp_input.c2193 const u32 loss_high = tcp_is_sack(tp) ? tp->snd_nxt : tp->high_seq; in tcp_mark_head_lost()
2222 if (tcp_is_sack(tp) || in tcp_mark_head_lost()
2251 if (tcp_is_sack(tp)) { in tcp_update_scoreboard()
2442 if (frto_undo || tcp_is_sack(tp)) { in tcp_try_undo_loss()
3128 } else if (tcp_is_sack(tp)) { in tcp_clean_rtx_queue()
3247 if (!tp->packets_out && tcp_is_sack(tp)) { in tcp_clean_rtx_queue()
3633 prior_fack = tcp_is_sack(tp) ? tcp_highest_sack_seq(tp) : tp->snd_una; in tcp_ack()
4198 if (tcp_is_sack(tp)) in tcp_fin()
4231 if (tcp_is_sack(tp) && sock_net(sk)->ipv4.sysctl_tcp_dsack) { in tcp_dsack_set()
4277 if (tcp_is_sack(tp) && sock_net(sk)->ipv4.sysctl_tcp_dsack) { in tcp_send_dupack()
[all …]
Dtcp.c3241 if (tcp_is_sack(tp)) in tcp_get_info()
Dtcp_output.c2493 !tp->packets_out || !tcp_is_sack(tp) || in tcp_schedule_loss_probe()
/Linux-v5.4/include/net/
Dtcp.h1137 static inline int tcp_is_sack(const struct tcp_sock *tp) in tcp_is_sack() function
1144 return !tcp_is_sack(tp); in tcp_is_reno()