Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dtcp.h304 TCP_NLA_SNDQ_SIZE, /* Data (bytes) pending in send queue */ enumerator
/linux/net/ipv4/
H A Dtcp.c4413 nla_total_size(sizeof(u32)) + /* TCP_NLA_SNDQ_SIZE */ in tcp_get_timestamping_opt_stats()
4486 nla_put_u32(stats, TCP_NLA_SNDQ_SIZE, tp->write_seq - tp->snd_una); in do_tcp_getsockopt()