Home
last modified time | relevance | path

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

/netbsd/src/sys/netinet/
Dtcp_debug.c215 tp->snd_wl1, tp->snd_wl2, tp->snd_wnd); in tcp_trace()
Dtcp_input.c1933 tp->snd_wl1 = th->th_seq; in tcp_input()
2155 tp->snd_wl1 = th->th_seq - 1; in tcp_input()
2450 tp->snd_wl1 = th->th_seq - 1; in tcp_input()
2666 if ((tiflags & TH_ACK) && (SEQ_LT(tp->snd_wl1, th->th_seq) || in tcp_input()
2667 (tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) || in tcp_input()
2674 tp->snd_wl1 = th->th_seq; in tcp_input()
Dtcp_var.h265 tcp_seq snd_wl1; /* window update seg seq number */ member
Dtcp_syncache.c759 tp->snd_wl1 = sc->sc_irs; in syn_cache_get()
/netbsd/src/usr.sbin/trpt/
Dtrpt.c513 printf("\tsnd_wl1 %x snd_wl2 %x snd_wnd %lx\n", tp->snd_wl1, in tcp_trace()
/netbsd/src/usr.bin/netstat/
Dinet.c1100 tcpcb.snd_wl1, tcpcb.snd_wl2, tcpcb.iss, tcpcb.snd_wnd); in tcp_dump()
Dinet6.c1550 mypcb.snd_wl1, mypcb.snd_wl2, mypcb.iss, in tcp6_dump()