Searched refs:tcpi_notsent_bytes (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/include/uapi/linux/ | ||
| H A D | tcp.h | 263 __u32 tcpi_notsent_bytes; member |
| /linux/net/ipv4/ | ||
| H A D | tcp.c | 4291 info->tcpi_notsent_bytes = max_t(int, 0, tp->write_seq - tp->snd_nxt); in tcp_get_info() |