Lines Matching refs:snd_una
1072 tp->snd_una != tp->snd_max) && !(tcp_timer_active(tp, TT_REXMT) || in tcp_default_fb_init()
1080 (int32_t)(tp->snd_nxt - tp->snd_una) < in tcp_default_fb_init()
1100 tp->snd_nxt - tp->snd_una); in tcp_default_fb_init()
2871 if (SEQ_GEQ(ntohl(icmp_tcp_seq), tp->snd_una) && in tcp_ctlinput_with_port()
3057 if (SEQ_GEQ(ntohl(icmp_tcp_seq), tp->snd_una) && in tcp6_ctlinput_with_port()
3352 tp->snd_nxt = tp->snd_una; in tcp_mtudisc()
4143 if (SEQ_LT(th->th_ack, tp->snd_una)) { in tcp_do_ack_accounting()
4156 } else if (th->th_ack == tp->snd_una) { in tcp_do_ack_accounting()
4177 tp->tcp_cnt_counters[CNT_OF_ACKS_IN] += (((th->th_ack - tp->snd_una) + mss - 1)/mss); in tcp_do_ack_accounting()
4611 tcp_req_check_for_comp(tp, tp->snd_una); in tcp_req_alloc_req_full()
4667 fil->start_seq = tp->snd_una + in tcp_req_alloc_req_full()