Home
last modified time | relevance | path

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

/linux/include/net/
A Dtcp.h1766 enum tcp_chrono { enum
1774 void tcp_chrono_start(struct sock *sk, const enum tcp_chrono type);
1775 void tcp_chrono_stop(struct sock *sk, const enum tcp_chrono type);
/linux/net/ipv4/
A Dtcp_output.c2533 static void tcp_chrono_set(struct tcp_sock *tp, const enum tcp_chrono new) in tcp_chrono_set()
2536 enum tcp_chrono old = tp->chrono_type; in tcp_chrono_set()
2544 void tcp_chrono_start(struct sock *sk, const enum tcp_chrono type) in tcp_chrono_start()
2557 void tcp_chrono_stop(struct sock *sk, const enum tcp_chrono type) in tcp_chrono_stop()
A Dtcp.c3665 enum tcp_chrono i; in tcp_get_info_chrono_stats()

Completed in 30 milliseconds