Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/qlnx/qlnxe/
Dtcp_common.h149 __le32 snd_wl1 /* the segment sequence number used for the last window update */; member
297 __le32 snd_wl1 /* the segment sequence number used for the last window update */; member
Decore_iscsi_api.h131 u32 snd_wl1; member
/freebsd-10-stable/sys/netinet/
Dtcp_debug.c221 (u_long)tp->snd_wl1, (u_long)tp->snd_wl2, tp->snd_wnd); in tcp_trace()
Dtcp_input.c1863 tp->snd_wl1 = th->th_seq; in tcp_do_segment()
2071 tp->snd_wl1 = th->th_seq - 1; in tcp_do_segment()
2471 tp->snd_wl1 = th->th_seq - 1; in tcp_do_segment()
2947 (SEQ_LT(tp->snd_wl1, th->th_seq) || in tcp_do_segment()
2948 (tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) || in tcp_do_segment()
2955 tp->snd_wl1 = th->th_seq; in tcp_do_segment()
Dtcp_var.h128 tcp_seq snd_wl1; /* window update seg seq number */ member
Dtcp_usrreq.c2103 tp->snd_up, tp->snd_wl1, tp->snd_wl2); in db_print_tcpcb()
Dtcp_syncache.c868 tp->snd_wl1 = sc->sc_irs; in syncache_socket()
/freebsd-10-stable/usr.sbin/trpt/
Dtrpt.c422 (u_long)tp->snd_wl1, in tcp_trace()