Searched refs:rfbuf_ts (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_output.c1141 if (tp->rfbuf_ts == 0 && (so->so_rcv.sb_flags & SB_AUTOSIZE))
1142 tp->rfbuf_ts = tcp_now;
H A Dtcp_input.c878 tp->rfbuf_ts + TCPTV_RCVBUFIDLE)) {
894 tp->rfbuf_ts + TCPTV_RCVNOTS_QUANTUM)) {
917 if (TSTMP_GEQ(to->to_tsecr, tp->rfbuf_ts)) {
947 tp->rfbuf_ts = 0;
H A Dtcp_var.h265 u_int32_t rfbuf_ts; /* recv buffer autoscaling timestamp */ member in struct:tcpcb

Completed in 21 milliseconds