Searched refs:snd_wl1 (Results 1 – 8 of 8) sorted by relevance
149 __le32 snd_wl1 /* the segment sequence number used for the last window update */; member297 __le32 snd_wl1 /* the segment sequence number used for the last window update */; member
131 u32 snd_wl1; member
221 (u_long)tp->snd_wl1, (u_long)tp->snd_wl2, tp->snd_wnd); in tcp_trace()
1863 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()
128 tcp_seq snd_wl1; /* window update seg seq number */ member
2103 tp->snd_up, tp->snd_wl1, tp->snd_wl2); in db_print_tcpcb()
868 tp->snd_wl1 = sc->sc_irs; in syncache_socket()
422 (u_long)tp->snd_wl1, in tcp_trace()