Home
last modified time | relevance | path

Searched refs:TCP_NLA_SRTT (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/include/uapi/linux/
Dtcp.h318 TCP_NLA_SRTT, /* smoothed RTT in usecs */ enumerator
/linux-6.6.21/tools/include/uapi/linux/
Dtcp.h313 TCP_NLA_SRTT, /* smoothed RTT in usecs */ enumerator
/linux-6.6.21/net/ipv4/
Dtcp.c3945 nla_put_u32(stats, TCP_NLA_SRTT, tp->srtt_us >> 3); in tcp_get_timestamping_opt_stats()