Home
last modified time | relevance | path

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

/aosp12/bionic/libc/kernel/uapi/linux/
H A Dtcp.h158 __u32 tcpi_last_data_sent; member
/aosp12/system/netd/server/
H A DTcpSocketMonitor.cpp283 int32_t lastSent = TCPINFO_GET(tcpinfo, tcpi_last_data_sent, tcpinfoLen, 0); in updateSocketStats()