Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/netinet/
H A Dtcp_log.h100 extern void tcp_log_rtt_info(const char *func_name, int line_no, struct tcpcb *tp);
171 tcp_log_rtt_info(__func__, __LINE__, (tp))
H A Dtcp_log.c218 tcp_log_rtt_info(const char *func_name, int line_no, struct tcpcb *tp) in tcp_log_rtt_info() function