Home
last modified time | relevance | path

Searched refs:rfbuf_cnt (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/netinet/
H A Dtcp_var.h154 u_int rfbuf_cnt; /* recv buffer autoscaling byte count */ member
H A Dtcp_usrreq.c296 ti->tcpi_rfbuf_cnt = tp->rfbuf_cnt; in tcp_fill_info()
1570 if (tp->rfbuf_cnt > so->so_rcv.sb_hiwat / 8 * 7) in tcp_update_rcvspace()
H A Dtcp_output.c573 tp->rfbuf_cnt = 0; in tcp_output()
H A Dtcp_input.c1049 tp->rfbuf_cnt = 0; in tcp_input()
1052 tp->rfbuf_cnt += tlen; in tcp_input()
/openbsd/usr.bin/tcpbench/
H A Dtcpbench.c424 P(tcpi, rfbuf_cnt, "%u") in tcp_stats_display()