Searched refs:prior_snd_una (Results 1 – 1 of 1) sorted by relevance
/linux/net/ipv4/ |
H A D | tcp_input.c | 1297 u32 prior_snd_una, struct tcp_sacktag_state *state) in tcp_check_dsack() argument 1327 !after(end_seq_0, prior_snd_una) && in tcp_check_dsack() 1844 u32 prior_snd_una, struct tcp_sacktag_state *state) in tcp_sacktag_write_queue() argument 1866 num_sacks, prior_snd_una, state); in tcp_sacktag_write_queue() 1872 if (before(TCP_SKB_CB(ack_skb)->ack_seq, prior_snd_una - tp->max_window)) in tcp_sacktag_write_queue() 1911 if (!after(sp[used_sacks].end_seq, prior_snd_una)) { in tcp_sacktag_write_queue() 2891 static bool tcp_try_undo_partial(struct sock *sk, u32 prior_snd_una) in tcp_try_undo_partial() argument 2899 tcp_check_sack_reordering(sk, prior_snd_una, 1); in tcp_try_undo_partial() 2951 static void tcp_fastretrans_alert(struct sock *sk, const u32 prior_snd_una, in tcp_fastretrans_alert() argument 3006 } else if (tcp_try_undo_partial(sk, prior_snd_una)) in tcp_fastretrans_alert() 3204 tcp_ack_tstamp(struct sock * sk,struct sk_buff * skb,const struct sk_buff * ack_skb,u32 prior_snd_una) tcp_ack_tstamp() argument 3226 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 3811 u32 prior_snd_una = tp->snd_una; tcp_ack() local [all...] |