Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dtcp.h172 __u32 tcpi_last_data_sent; member
/linux-2.4.37.9/net/ipv4/
Dtcp_diag.c179 info->tcpi_last_data_sent = ((now - tp->lsndtime)*1000)/HZ; in tcpdiag_fill()
Dtcp.c2504 info.tcpi_last_data_sent = ((now - tp->lsndtime)*1000)/HZ; in tcp_getsockopt()