Searched refs:TCP_NLA_BYTES_NOTSENT (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | tcp.h | 315 TCP_NLA_BYTES_NOTSENT, /* Bytes in write queue not yet sent */ enumerator
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | tcp.h | 331 TCP_NLA_BYTES_NOTSENT, /* Bytes in write queue not yet sent */ enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | tcp.h | 320 TCP_NLA_BYTES_NOTSENT, /* Bytes in write queue not yet sent */ enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | tcp.h | 221 TCP_NLA_BYTES_NOTSENT, enumerator
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | tcp.h | 315 TCP_NLA_BYTES_NOTSENT, /* Bytes in write queue not yet sent */ enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | tcp.h | 221 TCP_NLA_BYTES_NOTSENT, enumerator
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp.c | 3705 nla_total_size(sizeof(u32)) + /* TCP_NLA_BYTES_NOTSENT */ in tcp_opt_stats_get_size() 3763 nla_put_u32(stats, TCP_NLA_BYTES_NOTSENT, in tcp_get_timestamping_opt_stats()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp.c | 3875 nla_total_size(sizeof(u32)) + /* TCP_NLA_BYTES_NOTSENT */ in tcp_opt_stats_get_size() 3947 nla_put_u32(stats, TCP_NLA_BYTES_NOTSENT, in tcp_get_timestamping_opt_stats()
|
Completed in 17 milliseconds