Searched refs:t_rcvtime (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_timer.c293 tp->t_rcvtime = (tp->t_rcvtime / TCP_RETRANSHZ) * PR_SLOWHZ;
295 tp->t_rcvtime += timer & (N_TIME_WAIT_SLOTS - 1);
475 tp->t_rcvtime += N_TIME_WAIT_SLOTS;
554 idle_time = tcp_now - tp->t_rcvtime;
H A Dtcp_var.h260 u_int32_t t_rcvtime; /* time at which a packet was received */ member in struct:tcpcb
578 u_int32_t t_rcvtime; /* time at which a packet was received */ member in struct:otcpcb
816 u_int32_t t_rcvtime; /* time at which a packet was received */ member in struct:xtcpcb64
899 u_int32_t t_rcvtime; /* time at which a packet was received */ member in struct:xtcpcb_n
H A Din_pcblist.c225 xt->t_rcvtime = tp->t_rcvtime;
H A Dtcp_ledbat.c345 idle_time = tcp_now - tp->t_rcvtime;
H A Dtcp_subr.c880 tp->t_rcvtime = tcp_now;
1338 otp->t_rcvtime = tp->t_rcvtime;
1524 otp->t_rcvtime = tp->t_rcvtime;
H A Dtcp_output.c318 idle_time = tcp_now - tp->t_rcvtime;
H A Dtcp_input.c2108 ((tcp_now - tp->t_rcvtime) >= (TCP_IDLETIMEOUT(tp)))) {
2116 tp->t_rcvtime = tcp_now;

Completed in 39 milliseconds