Searched refs:tcp_chrono (Results 1 – 3 of 3) sorted by relevance
2180 enum tcp_chrono { enum2188 static inline void tcp_chrono_set(struct tcp_sock *tp, const enum tcp_chrono new) in tcp_chrono_set()2191 enum tcp_chrono old = tp->chrono_type; in tcp_chrono_set()2203 static inline void tcp_chrono_start(struct sock *sk, const enum tcp_chrono type) in tcp_chrono_start()2216 void tcp_chrono_stop(struct sock *sk, const enum tcp_chrono type);
2903 void tcp_chrono_stop(struct sock *sk, const enum tcp_chrono type) in tcp_chrono_stop()
4187 enum tcp_chrono i, cur; in tcp_get_info_chrono_stats()