Searched refs:tcpi_unacked (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtcp_rtt.c36 if (info.tcpi_unacked == 0)
/linux-master/tools/include/uapi/linux/
H A Dtcp.h229 __u32 tcpi_unacked; member in struct:tcp_info
/linux-master/include/uapi/linux/
H A Dtcp.h235 __u32 tcpi_unacked; member in struct:tcp_info
/linux-master/net/ipv4/
H A Dtcp.c3792 * tcpi_unacked -> Number of children ready for accept()
3795 info->tcpi_unacked = READ_ONCE(sk->sk_ack_backlog);
3832 info->tcpi_unacked = tp->packets_out;

Completed in 217 milliseconds