Searched refs:tcp_chrono (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | tcp.h | 1767 enum tcp_chrono { enum 1775 void tcp_chrono_start(struct sock *sk, const enum tcp_chrono type); 1776 void tcp_chrono_stop(struct sock *sk, const enum tcp_chrono type);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | tcp.h | 1867 enum tcp_chrono { enum 1875 void tcp_chrono_start(struct sock *sk, const enum tcp_chrono type); 1876 void tcp_chrono_stop(struct sock *sk, const enum tcp_chrono type);
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_output.c | 2556 static void tcp_chrono_set(struct tcp_sock *tp, const enum tcp_chrono new) in tcp_chrono_set() 2559 enum tcp_chrono old = tp->chrono_type; in tcp_chrono_set() 2567 void tcp_chrono_start(struct sock *sk, const enum tcp_chrono type) in tcp_chrono_start() 2580 void tcp_chrono_stop(struct sock *sk, const enum tcp_chrono type) in tcp_chrono_stop()
|
H A D | tcp.c | 3545 enum tcp_chrono i; in tcp_get_info_chrono_stats()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_output.c | 2614 static void tcp_chrono_set(struct tcp_sock *tp, const enum tcp_chrono new) in tcp_chrono_set() 2617 enum tcp_chrono old = tp->chrono_type; in tcp_chrono_set() 2625 void tcp_chrono_start(struct sock *sk, const enum tcp_chrono type) in tcp_chrono_start() 2638 void tcp_chrono_stop(struct sock *sk, const enum tcp_chrono type) in tcp_chrono_stop()
|
H A D | tcp.c | 3710 enum tcp_chrono i; in tcp_get_info_chrono_stats()
|
Completed in 30 milliseconds