Home
last modified time | relevance | path

Searched refs:tcpi_unacked (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/net/packetdrill/
H A Dtcp_sack_sack-shift-sacked-7-5-6-8-9-fack.pkt58 assert tcpi_unacked == 0, tcpi_unacked
H A Dtcp_sack_sack-shift-sacked-7-3-4-8-9-fack.pkt62 assert tcpi_unacked == 0, tcpi_unacked
H A Dtcp_sack_sack-shift-sacked-2-6-8-3-9-nofack.pkt60 assert tcpi_unacked == 0, tcpi_unacked
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtcp_rtt.c40 if (info.tcpi_unacked == 0) in wait_for_ack()
/linux/tools/include/uapi/linux/
H A Dtcp.h229 __u32 tcpi_unacked; member
/linux/include/uapi/linux/
H A Dtcp.h262 __u32 tcpi_unacked; member
/linux/net/ipv4/
H A Dtcp.c4242 * tcpi_unacked -> Number of children ready for accept()
4245 info->tcpi_unacked = READ_ONCE(sk->sk_ack_backlog); in tcp_get_info()
4284 info->tcpi_unacked = tp->packets_out; in tcp_get_info()