Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_log.h93 extern void tcp_log_rtt_info(const char *func_name, int line_no, struct tcpcb *tp);
94 extern void tcp_log_rt_rtt(const char *func_name, int line_no, struct tcpcb *tp, struct rtentry *rt…
95 extern void tcp_log_rtt_change(const char *func_name, int line_no, struct tcpcb *tp, int old_srtt, …
96 extern void tcp_log_keepalive(const char *func_name, int line_no, struct tcpcb *tp, int32_t idle_ti…
97 extern void tcp_log_message(const char *func_name, int line_no, struct tcpcb *tp, const char *forma…
98 extern void tcp_log_fsw_flow(const char *func_name, int line_no, struct tcpcb *tp, const char *form…
H A Dtcp_log.c224 tcp_log_rtt_info(const char *func_name, int line_no, struct tcpcb *tp) in tcp_log_rtt_info() argument
248 func_name, line_no, in tcp_log_rtt_info()
257 tcp_log_rt_rtt(const char *func_name, int line_no, struct tcpcb *tp, in tcp_log_rt_rtt() argument
285 func_name, line_no, in tcp_log_rt_rtt()
294 tcp_log_rtt_change(const char *func_name, int line_no, struct tcpcb *tp, in tcp_log_rtt_change() argument
327 func_name, line_no, in tcp_log_rtt_change()
338 tcp_log_keepalive(const char *func_name, int line_no, struct tcpcb *tp, in tcp_log_keepalive() argument
365 func_name, line_no, in tcp_log_keepalive()
902 tcp_log_message(const char *func_name, int line_no, struct tcpcb *tp, const char *format, ...) in tcp_log_message() argument
943 func_name, line_no, \ in tcp_log_message()
[all …]
/xnu-8020.101.4/san/memory/
H A Dkasan-classic.c129 int line_no; member