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