Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dtcp.h2045 enum tcp_chrono { enum
2053 void tcp_chrono_start(struct sock *sk, const enum tcp_chrono type);
2054 void tcp_chrono_stop(struct sock *sk, const enum tcp_chrono type);
/linux-6.15/net/ipv4/
H A Dtcp_output.c2661 static void tcp_chrono_set(struct tcp_sock *tp, const enum tcp_chrono new) in tcp_chrono_set()
2664 enum tcp_chrono old = tp->chrono_type; in tcp_chrono_set()
2672 void tcp_chrono_start(struct sock *sk, const enum tcp_chrono type) in tcp_chrono_start()
2685 void tcp_chrono_stop(struct sock *sk, const enum tcp_chrono type) in tcp_chrono_stop()
H A Dtcp.c4087 enum tcp_chrono i; in tcp_get_info_chrono_stats()