Searched refs:tcpi_last_data_recv (Results 1 – 4 of 4) sorted by relevance
2 // Test tcpi_last_data_recv for active session15 +1 %{ assert 990 <= tcpi_last_data_recv <= 1010, tcpi_last_data_recv }%20 +0 %{ assert tcpi_last_data_recv <= 10, tcpi_last_data_recv }%
238 __u32 tcpi_last_data_recv; member
246 __u32 tcpi_last_data_recv; member
4146 info->tcpi_last_data_recv = jiffies_to_msecs(now - icsk->icsk_ack.lrcvtime); in tcp_get_info()