Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dtcp.h193 __u64 tcpi_bytes_acked; /* RFC4898 tcpEStatsAppHCThruOctetsAcked */ member
/linux-4.1.27/net/ipv4/
Dtcp.c2679 put_unaligned(tp->bytes_acked, &info->tcpi_bytes_acked); in tcp_get_info()