Home
last modified time | relevance | path

Searched refs:tcp_chrono (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/
H A Dtcp.h2198 enum tcp_chrono { enum
2206 static inline void tcp_chrono_set(struct tcp_sock *tp, const enum tcp_chrono new) in tcp_chrono_set()
2209 enum tcp_chrono old = tp->chrono_type; in tcp_chrono_set()
2221 static inline void tcp_chrono_start(struct sock *sk, const enum tcp_chrono type) in tcp_chrono_start()
2234 void tcp_chrono_stop(struct sock *sk, const enum tcp_chrono type);
/linux/net/ipv4/
H A Dtcp.c4194 enum tcp_chrono i, cur; in tcp_get_info_chrono_stats()