Searched refs:rfbuf_cnt (Results 1 – 3 of 3) sorted by relevance
201 int rfbuf_cnt; /* recv buffer autoscaling byte count */ member
1517 if (tp->rfbuf_cnt > (so->so_rcv.sb_hiwat / 8 * 7) && in tcp_autorcvbuf()1527 tp->rfbuf_cnt = 0; in tcp_autorcvbuf()1529 tp->rfbuf_cnt += tlen; /* add up */ in tcp_autorcvbuf()
2176 tp->t_rttlow, tp->rfbuf_ts, tp->rfbuf_cnt); in db_print_tcpcb()