Home
last modified time | relevance | path

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

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