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

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

Completed in 446 milliseconds