Home
last modified time | relevance | path

Searched refs:tcpi_last_data_recv (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/linux/
Dtcp.h174 __u32 tcpi_last_data_recv; member
/linux-2.4.37.9/net/ipv4/
Dtcp_diag.c181 info->tcpi_last_data_recv = ((now - tp->ack.lrcvtime)*1000)/HZ; in tcpdiag_fill()
Dtcp.c2506 info.tcpi_last_data_recv = ((now - tp->ack.lrcvtime)*1000)/HZ; in tcp_getsockopt()