Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dtcp.h229 u8 chrono_type:2, /* current chronograph type */ member
/Linux-v4.19/net/ipv4/
Dtcp_output.c2226 enum tcp_chrono old = tp->chrono_type; in tcp_chrono_set()
2231 tp->chrono_type = new; in tcp_chrono_set()
2243 if (type > tp->chrono_type) in tcp_chrono_start()
2261 else if (type == tp->chrono_type) in tcp_chrono_stop()
Dtcp.c3088 if (i == tp->chrono_type) in tcp_get_info_chrono_stats()