Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dtcp.h230 __u32 tcpi_sacked; member
/linux/net/ipv4/
H A Dtcp.c4249 info->tcpi_sacked = READ_ONCE(sk->sk_max_ack_backlog); in tcp_get_info()
4288 info->tcpi_sacked = tp->sacked_out; in tcp_get_info()