Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dtcp.h144 __u32 tcpi_unacked; member
/linux-3.4.99/net/ipv4/
Dtcp.c2491 info->tcpi_unacked = sk->sk_ack_backlog; in tcp_get_info()
2494 info->tcpi_unacked = tp->packets_out; in tcp_get_info()