Lines Matching refs:snd_una
241 SEQ_GT(tp->snd_max, tp->snd_una) && /* SYN or SYN|ACK sent */ in tcp_default_output()
242 (tp->snd_nxt != tp->snd_una)) /* not a retransmit */ in tcp_default_output()
251 idle = (tp->t_flags & TF_LASTIDLE) || (tp->snd_max == tp->snd_una); in tcp_default_output()
277 off = tp->snd_nxt - tp->snd_una; in tcp_default_output()
347 off = SEQ_SUB(p->rxmit, tp->snd_una); in tcp_default_output()
435 if ((flags & TH_SYN) && SEQ_GT(tp->snd_nxt, tp->snd_una)) { in tcp_default_output()
505 tp->snd_nxt = tp->snd_una; in tcp_default_output()
571 tp->snd_una + sbused(&so->so_snd))) { in tcp_default_output()
707 if (SEQ_GT(tp->snd_up, tp->snd_una)) in tcp_default_output()
714 ((tp->t_flags & TF_SENTFIN) == 0 || tp->snd_nxt == tp->snd_una)) in tcp_default_output()
722 SEQ_GT(tp->snd_max, tp->snd_una) && in tcp_default_output()
1135 else if (SEQ_GT(tp->snd_up, tp->snd_una)) in tcp_default_output()
1324 tp->snd_up = tp->snd_una; /* drag it along */ in tcp_default_output()
1566 if (tp->snd_una == tp->snd_max) in tcp_default_output()
1601 (tp->snd_nxt != tp->snd_una))) { in tcp_default_output()
2184 (tp->snd_nxt - tp->snd_una))) { in tcp_sndbuf_autoscale()