Home
last modified time | relevance | path

Searched refs:snd_wl2 (Results 1 – 7 of 7) sorted by relevance

/openbsd/sys/netinet/
H A Dtcp_debug.c248 tp->snd_wl1, tp->snd_wl2, tp->snd_wnd); in tcp_trace()
H A Dtcp_var.h120 tcp_seq snd_wl2; /* window update seg ack number */ member
H A Dtcp_input.c978 tp->snd_wl2 = th->th_ack; in tcp_input()
1853 (SEQ_LT(tp->snd_wl2, th->th_ack) || in tcp_input()
1854 (tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd))))) { in tcp_input()
1857 tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd) in tcp_input()
1861 tp->snd_wl2 = th->th_ack; in tcp_input()
H A Dtcp_usrreq.c291 ti->tcpi_snd_wl2 = tp->snd_wl2 - tp->iss; in tcp_fill_info()
/openbsd/usr.sbin/trpt/
H A Dtrpt.c392 tp->snd_wl2, tp->snd_wnd); in tcp_trace()
/openbsd/usr.bin/tcpbench/
H A Dtcpbench.c437 P(tcpi, snd_wl2, "%u") in tcp_stats_display()
/openbsd/usr.bin/netstat/
H A Dinet.c1540 p("%u", snd_wl2, ", "); in tcpcb_dump()