Home
last modified time | relevance | path

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

/openbsd/sys/netinet/
H A Dtcp_timer.c335 tp->snd_last = tp->snd_max; in tcp_timer_rexmt()
383 tp->snd_last = tp->snd_max; in tcp_timer_rexmt()
H A Dtcp_input.c152 * snd_last is used to track a recovery phase.
153 * when cwnd is reduced, snd_last is set to snd_max.
154 * while snd_last > snd_una, the sender is in a recovery phase and
156 * snd_last follows snd_una when not in a recovery phase.
979 * We want snd_last to track snd_una so in tcp_input()
984 if (SEQ_GT(tp->snd_una, tp->snd_last)) in tcp_input()
986 tp->snd_last = tp->snd_una; in tcp_input()
1494 * advance snd_last to snd_max not to reduce cwnd again in tcp_input()
1499 SEQ_GEQ(tp->snd_una, tp->snd_last)) { in tcp_input()
1506 tp->snd_last in tcp_input()
[all...]
H A Dtcp_var.h126 tcp_seq snd_last; /* for use in fast recovery */ member
H A Dtcp_output.c279 if (SEQ_LT(tp->snd_una, tp->snd_last)) in tcp_output()
H A Dtcp_usrreq.c677 tp->snd_last = tp->snd_una; in tcp_connect()
/openbsd/usr.sbin/npppd/l2tp/
H A Dl2tp.h361 uint16_t snd_last; member
H A Dl2tp_ctrl.c528 if (SEQ_LT(seq, _this->snd_last) && !resend) in l2tp_ctrl_resend_una_packets()
1126 _this->snd_last = seq; in l2tp_ctrl_send_packet()
/openbsd/usr.bin/netstat/
H A Dinet.c1549 p("%u", snd_last, "\n "); in tcpcb_dump()