Home
last modified time | relevance | path

Searched refs:prior_fack (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_input.c3223 static int tcp_clean_rtx_queue(struct sock *sk, u32 prior_fack, in tcp_clean_rtx_queue() argument
3380 if (before(reord, prior_fack)) in tcp_clean_rtx_queue()
3765 u32 prior_fack; in tcp_ack() local
3808 prior_fack = tcp_is_sack(tp) ? tcp_highest_sack_seq(tp) : tp->snd_una; in tcp_ack()
3878 flag |= tcp_clean_rtx_queue(sk, prior_fack, prior_snd_una, &sack_state, in tcp_ack()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_input.c3257 u32 prior_fack, u32 prior_snd_una, in tcp_clean_rtx_queue()
3411 if (before(reord, prior_fack)) in tcp_clean_rtx_queue()
3799 u32 prior_fack; in tcp_ack() local
3842 prior_fack = tcp_is_sack(tp) ? tcp_highest_sack_seq(tp) : tp->snd_una; in tcp_ack()
3912 flag |= tcp_clean_rtx_queue(sk, skb, prior_fack, prior_snd_una, in tcp_ack()
3256 tcp_clean_rtx_queue(struct sock *sk, const struct sk_buff *ack_skb, u32 prior_fack, u32 prior_snd_una, struct tcp_sacktag_state *sack, bool ece_ack) tcp_clean_rtx_queue() argument

Completed in 17 milliseconds