Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet/
H A Dtcp_log.h95 extern void tcp_log_rt_rtt(const char *func_name, int line_no, struct tcpcb *tp, struct rtentry *rt…
150 tcp_log_rt_rtt(__func__, __LINE__, (tp), (rt))
H A Dtcp_log.c264 tcp_log_rt_rtt(const char *func_name, int line_no, struct tcpcb *tp, in tcp_log_rt_rtt() function