Searched refs:snd_wl1 (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/sys/netinet/ |
| D | tcp_debug.c | 248 tp->snd_wl1, tp->snd_wl2, tp->snd_wnd); in tcp_trace()
|
| D | tcp_input.c | 1039 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()
|
| D | tcp_var.h | 119 tcp_seq snd_wl1; /* window update seg seq number */ member
|
| D | tcp_usrreq.c | 298 ti->tcpi_snd_wl1 = tp->snd_wl1 - tp->iss; in tcp_fill_info()
|
| /openbsd/src/usr.sbin/trpt/ |
| D | trpt.c | 391 printf("\tsnd_wl1 %x snd_wl2 %x snd_wnd %lx\n", tp->snd_wl1, in tcp_trace()
|
| /openbsd/src/usr.bin/tcpbench/ |
| D | tcpbench.c | 439 P(tcpi, snd_wl1, "%u") in tcp_stats_display()
|
| /openbsd/src/usr.bin/netstat/ |
| D | inet.c | 1539 p("%u", snd_wl1, ", "); in tcpcb_dump()
|