Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dtcp.h221 u8 chrono_type:2, /* current chronograph type */ member
/Linux-v5.4/net/ipv4/
Dtcp_output.c2304 enum tcp_chrono old = tp->chrono_type; in tcp_chrono_set()
2309 tp->chrono_type = new; in tcp_chrono_set()
2321 if (type > tp->chrono_type) in tcp_chrono_start()
2339 else if (type == tp->chrono_type) in tcp_chrono_stop()
Dtcp.c3183 if (i == tp->chrono_type) in tcp_get_info_chrono_stats()