Searched refs:TCP_NLA_SNDQ_SIZE (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | tcp.h | 304 TCP_NLA_SNDQ_SIZE, /* Data (bytes) pending in send queue */ enumerator
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | tcp.h | 320 TCP_NLA_SNDQ_SIZE, /* Data (bytes) pending in send queue */ enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | tcp.h | 309 TCP_NLA_SNDQ_SIZE, /* Data (bytes) pending in send queue */ enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | tcp.h | 210 TCP_NLA_SNDQ_SIZE, enumerator
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | tcp.h | 304 TCP_NLA_SNDQ_SIZE, /* Data (bytes) pending in send queue */ enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | tcp.h | 210 TCP_NLA_SNDQ_SIZE, enumerator
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | tcp.h | 208 TCP_NLA_SNDQ_SIZE, enumerator
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp.c | 3694 nla_total_size(sizeof(u32)) + /* TCP_NLA_SNDQ_SIZE */ in tcp_opt_stats_get_size() 3752 nla_put_u32(stats, TCP_NLA_SNDQ_SIZE, tp->write_seq - tp->snd_una); in tcp_get_timestamping_opt_stats()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp.c | 3864 nla_total_size(sizeof(u32)) + /* TCP_NLA_SNDQ_SIZE */ in tcp_opt_stats_get_size() 3936 nla_put_u32(stats, TCP_NLA_SNDQ_SIZE, tp->write_seq - tp->snd_una); in tcp_get_timestamping_opt_stats()
|
Completed in 17 milliseconds