HomeSort by: relevance | last modified time | path
    Searched refs:snd_wl2 (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/netinet/
tcp_debug.c 215 tp->snd_wl1, tp->snd_wl2, tp->snd_wnd);
tcp_var.h 266 tcp_seq snd_wl2; /* window update seg ack number */ member in struct:tcpcb
tcp_input.c 1872 * drag snd_wl2 along so only newer
1874 * also avoids the state where snd_wl2
1882 tp->snd_wl2 = tp->snd_una;
2667 (tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) ||
2668 (tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd))))) {
2671 tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd)
2675 tp->snd_wl2 = th->th_ack;
  /src/usr.sbin/trpt/
trpt.c 513 printf("\tsnd_wl1 %x snd_wl2 %x snd_wnd %lx\n", tp->snd_wl1,
514 tp->snd_wl2, tp->snd_wnd);
  /src/usr.bin/netstat/
inet.c 1099 printf("snd_wl1 %u, snd_wl2 %u, iss %u, snd_wnd %lu\n\n",
1100 tcpcb.snd_wl1, tcpcb.snd_wl2, tcpcb.iss, tcpcb.snd_wnd);
inet6.c 1549 printf("snd_wl1 %u, snd_wl2 %u, iss %u, snd_wnd %llu\n\n",
1550 mypcb.snd_wl1, mypcb.snd_wl2, mypcb.iss,

Completed in 20 milliseconds