Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Dtcp_debug.c211 (u_long)tp->snd_wl1, (u_long)tp->snd_wl2, tp->snd_wnd); in tcp_trace()
H A Dtcp_input.c301 (SEQ_LT(tp->snd_wl1, th->th_seq) || \
302 (tp->snd_wl1 == th->th_seq && \
1306 tp->snd_wl1 = th->th_seq; in tcp_input()
1598 tp->snd_wl1 = th->th_seq - 1; in tcp_input()
2167 tp->snd_wl1 = th->th_seq; in tcp_input()
2335 tp->snd_wl1 = th->th_seq; in tcp_input()
H A Dtcp_var.h205 tcp_seq snd_wl1; /* window update seg seq number */ member
H A Dtcp_syncache.c834 tp->snd_wl1 = sc->sc_irs; in syncache_socket()
/dragonfly/usr.sbin/trpt/
H A Dtrpt.c418 (u_long)tp->snd_wl1, in tcp_trace()