Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dtcp.h175 __u32 tcpi_last_ack_recv; member
/linux-2.4.37.9/net/ipv4/
Dtcp_diag.c182 info->tcpi_last_ack_recv = ((now - tp->rcv_tstamp)*1000)/HZ; in tcpdiag_fill()
Dtcp.c2507 info.tcpi_last_ack_recv = ((now - tp->rcv_tstamp)*1000)/HZ; in tcp_getsockopt()