Searched refs:lrcvtime (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dtcp_diag.c176 info->tcpi_last_data_recv = ((now - tp->ack.lrcvtime)*1000)/HZ;
H A Dtcp_output.c130 if ((u32)(now - tp->ack.lrcvtime) < tp->ack.ato)
H A Dtcp_input.c379 int m = now - tp->ack.lrcvtime;
396 tp->ack.lrcvtime = now;
3578 tp->ack.lrcvtime = tcp_time_stamp;
H A Dtcp.c2493 info.tcpi_last_data_recv = ((now - tp->ack.lrcvtime)*1000)/HZ;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dsock.h278 __u32 lrcvtime; /* timestamp of last received data packet*/ member in struct:tcp_opt::__anon11747
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dsock.h330 __u32 lrcvtime; /* timestamp of last received data packet*/ member in struct:tcp_opt::__anon7342

Completed in 71 milliseconds