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

  /src/sys/netinet/
tcp_debug.c 215 tp->snd_wl1, tp->snd_wl2, tp->snd_wnd);
tcp_input.c 1819 tiwin && tiwin == tp->snd_wnd &&
1840 tp->snd_cwnd >= tp->snd_wnd &&
2469 if (tlen == 0 && !dupseg && tiwin == tp->snd_wnd) {
2570 tp->snd_wnd -= so->so_snd.sb_cc;
2578 if (tp->snd_wnd > acked)
2579 tp->snd_wnd -= acked;
2581 tp->snd_wnd = 0;
2668 (tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd))))) {
2671 tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd)
2673 tp->snd_wnd = tiwin
    [all...]
tcp_output.c 674 win = uimin(tp->snd_wnd, tp->snd_cwnd);
702 cwin = uimin(tp->snd_wnd, tp->snd_cwnd) - sack_bytes_rxmt;
781 if (tp->snd_wnd < so->so_snd.sb_cc) {
782 len = tp->snd_wnd - off;
878 if ((tp->snd_wnd / 4 * 5) >= so->so_snd.sb_hiwat &&
tcp_congctl.c 435 win = ulmin(tp->snd_wnd, tp->snd_cwnd) * betaa / betab / tp->t_segsz;
549 win = ulmin(tp->snd_wnd, tp->snd_cwnd) / 2 / tp->t_segsz;
tcp_var.h 268 u_long snd_wnd; /* send window */ member in struct:tcpcb
tcp_usrreq.c 234 ti->tcpi_snd_wnd = tp->snd_wnd / tp->t_segsz;
  /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",
1551 (unsigned long long)mypcb.snd_wnd);

Completed in 22 milliseconds