Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/
Dtcp.h1973 enum tcp_chrono { enum
1981 void tcp_chrono_start(struct sock *sk, const enum tcp_chrono type);
1982 void tcp_chrono_stop(struct sock *sk, const enum tcp_chrono type);
/linux-6.12.1/net/ipv4/
Dtcp_output.c2649 static void tcp_chrono_set(struct tcp_sock *tp, const enum tcp_chrono new) in tcp_chrono_set()
2652 enum tcp_chrono old = tp->chrono_type; in tcp_chrono_set()
2660 void tcp_chrono_start(struct sock *sk, const enum tcp_chrono type) in tcp_chrono_start()
2673 void tcp_chrono_stop(struct sock *sk, const enum tcp_chrono type) in tcp_chrono_stop()
Dtcp.c4039 enum tcp_chrono i; in tcp_get_info_chrono_stats()