Searched refs:TCP_NLA_BYTES_RETRANS (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | tcp.h | 310 TCP_NLA_BYTES_RETRANS, /* Data bytes retransmitted */ enumerator
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | tcp.h | 326 TCP_NLA_BYTES_RETRANS, /* Data bytes retransmitted */ enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | tcp.h | 315 TCP_NLA_BYTES_RETRANS, /* Data bytes retransmitted */ enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | tcp.h | 216 TCP_NLA_BYTES_RETRANS, enumerator
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | tcp.h | 310 TCP_NLA_BYTES_RETRANS, /* Data bytes retransmitted */ enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | tcp.h | 216 TCP_NLA_BYTES_RETRANS, enumerator
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | tcp.h | 214 TCP_NLA_BYTES_RETRANS, enumerator
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp.c | 3700 nla_total_size_64bit(sizeof(u64)) + /* TCP_NLA_BYTES_RETRANS */ in tcp_opt_stats_get_size() 3757 nla_put_u64_64bit(stats, TCP_NLA_BYTES_RETRANS, tp->bytes_retrans, in tcp_get_timestamping_opt_stats()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp.c | 3870 nla_total_size_64bit(sizeof(u64)) + /* TCP_NLA_BYTES_RETRANS */ in tcp_opt_stats_get_size() 3941 nla_put_u64_64bit(stats, TCP_NLA_BYTES_RETRANS, tp->bytes_retrans, in tcp_get_timestamping_opt_stats()
|
Completed in 18 milliseconds