Home
last modified time | relevance | path

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

/openbsd/src/sys/netinet/
Dtcp_debug.c248 tp->snd_wl1, tp->snd_wl2, tp->snd_wnd); in tcp_trace()
Dtcp_input.c1039 tp->snd_wl1 = th->th_seq; in tcp_input()
1234 tp->snd_wl1 = th->th_seq - 1; in tcp_input()
1485 tp->snd_wl1 = th->th_seq - 1; in tcp_input()
1872 (SEQ_LT(tp->snd_wl1, th->th_seq) || (tp->snd_wl1 == th->th_seq && in tcp_input()
1880 tp->snd_wl1 = th->th_seq; in tcp_input()
3688 tp->snd_wl1 = sc->sc_irs; in syn_cache_get()
Dtcp_var.h119 tcp_seq snd_wl1; /* window update seg seq number */ member
Dtcp_usrreq.c298 ti->tcpi_snd_wl1 = tp->snd_wl1 - tp->iss; in tcp_fill_info()
/openbsd/src/usr.sbin/trpt/
Dtrpt.c391 printf("\tsnd_wl1 %x snd_wl2 %x snd_wnd %lx\n", tp->snd_wl1, in tcp_trace()
/openbsd/src/usr.bin/tcpbench/
Dtcpbench.c439 P(tcpi, snd_wl1, "%u") in tcp_stats_display()
/openbsd/src/usr.bin/netstat/
Dinet.c1539 p("%u", snd_wl1, ", "); in tcpcb_dump()