Searched refs:ack_flag (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_input.c | 2191 static bool tcp_check_sack_reneging(struct sock *sk, int *ack_flag) in tcp_check_sack_reneging() argument 2193 if (*ack_flag & FLAG_SACK_RENEGING && in tcp_check_sack_reneging() 2194 *ack_flag & FLAG_SND_UNA_ADVANCED) { in tcp_check_sack_reneging() 2201 *ack_flag &= ~FLAG_SET_XMIT_TIMER; in tcp_check_sack_reneging() 2907 static void tcp_identify_packet_loss(struct sock *sk, int *ack_flag) in tcp_identify_packet_loss() argument 2915 tcp_newreno_mark_lost(sk, *ack_flag & FLAG_SND_UNA_ADVANCED); in tcp_identify_packet_loss() 2920 *ack_flag &= ~FLAG_SET_XMIT_TIMER; in tcp_identify_packet_loss() 2922 *ack_flag |= FLAG_LOST_RETRANS; in tcp_identify_packet_loss() 2939 int num_dupack, int *ack_flag, int *rexmit) in tcp_fastretrans_alert() 2943 int fast_rexmit = 0, flag = *ack_flag; in tcp_fastretrans_alert() 2938 tcp_fastretrans_alert(struct sock *sk, const u32 prior_snd_una, int num_dupack, int *ack_flag, int *rexmit) tcp_fastretrans_alert() argument [all...] |
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_input.c | 2210 static bool tcp_check_sack_reneging(struct sock *sk, int *ack_flag) in tcp_check_sack_reneging() argument 2212 if (*ack_flag & FLAG_SACK_RENEGING && in tcp_check_sack_reneging() 2213 *ack_flag & FLAG_SND_UNA_ADVANCED) { in tcp_check_sack_reneging() 2220 *ack_flag &= ~FLAG_SET_XMIT_TIMER; in tcp_check_sack_reneging() 2940 static void tcp_identify_packet_loss(struct sock *sk, int *ack_flag) in tcp_identify_packet_loss() argument 2948 tcp_newreno_mark_lost(sk, *ack_flag & FLAG_SND_UNA_ADVANCED); in tcp_identify_packet_loss() 2953 *ack_flag &= ~FLAG_SET_XMIT_TIMER; in tcp_identify_packet_loss() 2955 *ack_flag |= FLAG_LOST_RETRANS; in tcp_identify_packet_loss() 2972 int num_dupack, int *ack_flag, int *rexmit) in tcp_fastretrans_alert() 2976 int fast_rexmit = 0, flag = *ack_flag; in tcp_fastretrans_alert() 2971 tcp_fastretrans_alert(struct sock *sk, const u32 prior_snd_una, int num_dupack, int *ack_flag, int *rexmit) tcp_fastretrans_alert() argument [all...] |
Completed in 12 milliseconds