Searched refs:TCP_NLA_RECUR_RETRANS (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | tcp.h | 302 TCP_NLA_RECUR_RETRANS, /* Recurring retransmits for the current pkt */ enumerator
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | tcp.h | 318 TCP_NLA_RECUR_RETRANS, /* Recurring retransmits for the current pkt */ enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | tcp.h | 307 TCP_NLA_RECUR_RETRANS, /* Recurring retransmits for the current pkt */ enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | tcp.h | 208 TCP_NLA_RECUR_RETRANS, enumerator
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | tcp.h | 302 TCP_NLA_RECUR_RETRANS, /* Recurring retransmits for the current pkt */ enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | tcp.h | 208 TCP_NLA_RECUR_RETRANS, enumerator
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | tcp.h | 206 TCP_NLA_RECUR_RETRANS, enumerator
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp.c | 3692 nla_total_size(sizeof(u8)) + /* TCP_NLA_RECUR_RETRANS */ in tcp_opt_stats_get_size() 3746 nla_put_u8(stats, TCP_NLA_RECUR_RETRANS, inet_csk(sk)->icsk_retransmits); in tcp_get_timestamping_opt_stats()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp.c | 3862 nla_total_size(sizeof(u8)) + /* TCP_NLA_RECUR_RETRANS */ in tcp_opt_stats_get_size() 3930 nla_put_u8(stats, TCP_NLA_RECUR_RETRANS, inet_csk(sk)->icsk_retransmits); in tcp_get_timestamping_opt_stats()
|
Completed in 18 milliseconds