Home
last modified time | relevance | path

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

/Linux-v5.15/net/ipv4/
Dtcp_input.c1243 u32 prior_snd_una, struct tcp_sacktag_state *state) in tcp_check_dsack() argument
1273 !after(end_seq_0, prior_snd_una) && in tcp_check_dsack()
1800 u32 prior_snd_una, struct tcp_sacktag_state *state) in tcp_sacktag_write_queue() argument
1822 num_sacks, prior_snd_una, state); in tcp_sacktag_write_queue()
1828 if (before(TCP_SKB_CB(ack_skb)->ack_seq, prior_snd_una - tp->max_window)) in tcp_sacktag_write_queue()
1867 if (!after(sp[used_sacks].end_seq, prior_snd_una)) { in tcp_sacktag_write_queue()
2860 static bool tcp_try_undo_partial(struct sock *sk, u32 prior_snd_una, in tcp_try_undo_partial() argument
2869 tcp_check_sack_reordering(sk, prior_snd_una, 1); in tcp_try_undo_partial()
2924 static void tcp_fastretrans_alert(struct sock *sk, const u32 prior_snd_una, in tcp_fastretrans_alert() argument
2981 } else if (tcp_try_undo_partial(sk, prior_snd_una, &do_lost)) in tcp_fastretrans_alert()
[all …]