Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dtcp_timer.c492 if (tcp_is_sack(tp)) in tcp_retransmit_timer()
500 if (tcp_is_sack(tp)) in tcp_retransmit_timer()
Dtcp_input.c2186 const u32 loss_high = tcp_is_sack(tp) ? tp->snd_nxt : tp->high_seq; in tcp_mark_head_lost()
2215 if (tcp_is_sack(tp) || in tcp_mark_head_lost()
2244 if (tcp_is_sack(tp)) { in tcp_update_scoreboard()
2435 if (frto_undo || tcp_is_sack(tp)) { in tcp_try_undo_loss()
3120 } else if (tcp_is_sack(tp)) { in tcp_clean_rtx_queue()
3238 if (!tp->packets_out && tcp_is_sack(tp)) { in tcp_clean_rtx_queue()
3624 prior_fack = tcp_is_sack(tp) ? tcp_highest_sack_seq(tp) : tp->snd_una; in tcp_ack()
4143 if (tcp_is_sack(tp)) in tcp_fin()
4176 if (tcp_is_sack(tp) && sock_net(sk)->ipv4.sysctl_tcp_dsack) { in tcp_dsack_set()
4211 if (tcp_is_sack(tp) && sock_net(sk)->ipv4.sysctl_tcp_dsack) { in tcp_send_dupack()
[all …]
Dtcp.c3146 if (tcp_is_sack(tp)) in tcp_get_info()
Dtcp_output.c2414 !tp->packets_out || !tcp_is_sack(tp) || in tcp_schedule_loss_probe()
/Linux-v4.19/include/net/
Dtcp.h1114 static inline int tcp_is_sack(const struct tcp_sock *tp) in tcp_is_sack() function
1121 return !tcp_is_sack(tp); in tcp_is_reno()