Lines Matching refs:snd_una
875 if (after(tp->snd_una, tp->rtt_seq)) { in tcp_rtt_estimator()
1226 if (after(start_seq, tp->snd_una)) in tcp_is_sackblock_valid()
1233 if (after(end_seq, tp->snd_una)) in tcp_is_sackblock_valid()
1364 if (!after(end_seq, tp->snd_una)) in tcp_sacktag_one()
1563 if (!after(TCP_SKB_CB(skb)->end_seq, tp->snd_una)) in tcp_shift_skb_data()
1643 if (!after(TCP_SKB_CB(skb)->seq + len, tp->snd_una)) in tcp_shift_skb_data()
1862 if ((TCP_SKB_CB(ack_skb)->ack_seq != tp->snd_una) && in tcp_sacktag_write_queue()
1863 !after(sp[used_sacks].end_seq, tp->snd_una)) in tcp_sacktag_write_queue()
2089 tp->undo_marker = tp->snd_una; in tcp_init_undo()
2145 !after(tp->high_seq, tp->snd_una) || in tcp_enter_loss()
2346 if (mark_head && after(TCP_SKB_CB(skb)->seq, tp->snd_una)) in tcp_mark_head_lost()
2532 if (tp->snd_una == tp->high_seq && tcp_is_reno(tp)) { in tcp_try_undo_recovery()
2810 bool recovered = !before(tp->snd_una, tp->high_seq); in tcp_process_loss()
2864 tp->snd_una + tp->reordering * tp->mss_cache); in tcp_force_fast_retransmit()
2962 } else if (!before(tp->snd_una, tp->high_seq)) { in tcp_fastretrans_alert()
2967 if (tp->snd_una != tp->high_seq) { in tcp_fastretrans_alert()
3032 tp->snd_una == tp->mtu_probe.probe_seq_start) { in tcp_fastretrans_alert()
3180 BUG_ON(!after(TCP_SKB_CB(skb)->end_seq, tp->snd_una)); in tcp_tso_acked()
3183 if (tcp_trim_head(sk, skb, tp->snd_una - TCP_SKB_CB(skb)->seq)) in tcp_tso_acked()
3206 before(shinfo->tskey, tcp_sk(sk)->snd_una)) { in tcp_ack_tstamp()
3244 if (after(scb->end_seq, tp->snd_una)) { in tcp_clean_rtx_queue()
3246 !after(tp->snd_una, scb->seq)) in tcp_clean_rtx_queue()
3319 if (likely(between(tp->snd_up, prior_snd_una, tp->snd_una))) in tcp_clean_rtx_queue()
3320 tp->snd_up = tp->snd_una; in tcp_clean_rtx_queue()
3333 (tp->snd_una - prior_snd_una) < tp->mss_cache && in tcp_clean_rtx_queue()
3353 !after(tp->mtu_probe.probe_seq_end, tp->snd_una))) { in tcp_clean_rtx_queue()
3500 return after(ack, tp->snd_una) || in tcp_may_update_window()
3508 u32 delta = ack - tp->snd_una; in tcp_snd_una_update()
3512 tp->snd_una = ack; in tcp_snd_una_update()
3741 u32 prior_snd_una = tp->snd_una; in tcp_ack()
3789 prior_fack = tcp_is_sack(tp) ? tcp_highest_sack_seq(tp) : tp->snd_una; in tcp_ack()
4247 ack == tp->snd_una && in tcp_disordered_ack()
4959 TCP_SKB_CB(skb)->ack_seq = tcp_sk(sk)->snd_una - 1; in tcp_send_rcvq()
5902 if (TCP_SKB_CB(skb)->ack_seq != tp->snd_una) { in tcp_rcv_established()
6129 if (!after(TCP_SKB_CB(skb)->ack_seq, tp->snd_una) || in tcp_rcv_synsent_state_process()
6488 tp->snd_una = TCP_SKB_CB(skb)->ack_seq; in tcp_rcv_state_process()
6511 if (tp->snd_una != tp->write_seq) in tcp_rcv_state_process()
6559 if (tp->snd_una == tp->write_seq) { in tcp_rcv_state_process()
6566 if (tp->snd_una == tp->write_seq) { in tcp_rcv_state_process()