Searched refs:tcpi_last_ack_recv (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/include/uapi/linux/ | ||
D | tcp.h | 176 __u32 tcpi_last_ack_recv; member |
/linux-4.4.14/net/ipv4/ | ||
D | tcp.c | 2690 info->tcpi_last_ack_recv = jiffies_to_msecs(now - tp->rcv_tstamp); in tcp_get_info() |