Searched refs:snd_wl2 (Results 1 – 7 of 7) sorted by relevance
248 tp->snd_wl1, tp->snd_wl2, tp->snd_wnd); in tcp_trace()
120 tcp_seq snd_wl2; /* window update seg ack number */ member
978 tp->snd_wl2 = th->th_ack; in tcp_input()1853 (SEQ_LT(tp->snd_wl2, th->th_ack) || in tcp_input()1854 (tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd))))) { in tcp_input()1857 tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd) in tcp_input()1861 tp->snd_wl2 = th->th_ack; in tcp_input()
291 ti->tcpi_snd_wl2 = tp->snd_wl2 - tp->iss; in tcp_fill_info()
392 tp->snd_wl2, tp->snd_wnd); in tcp_trace()
437 P(tcpi, snd_wl2, "%u") in tcp_stats_display()
1540 p("%u", snd_wl2, ", "); in tcpcb_dump()