Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/netinet/
H A Dtcp_log.h94 extern void tcp_log_connection_summary(const char *func_name, int line_no, struct tcpcb *tp);
100 extern void tcp_log_rtt_info(const char *func_name, int line_no, struct tcpcb *tp);
101 extern void tcp_log_rt_rtt(const char *func_name, int line_no, struct tcpcb *tp, struct rtentry *rt…
102 extern void tcp_log_rtt_change(const char *func_name, int line_no, struct tcpcb *tp, int old_srtt, …
103 extern void tcp_log_keepalive(const char *func_name, int line_no, struct tcpcb *tp, int32_t idle_ti…
104 extern void tcp_log_message(const char *func_name, int line_no, struct tcpcb *tp, const char *forma…
105 extern void tcp_log_fsw_flow(const char *func_name, int line_no, struct tcpcb *tp, const char *form…
106 extern void tcp_log_state_change(const char *func_name, int line_no, struct tcpcb *tp, int new_stat…
107 extern void tcp_log_output(const char *func_name, int line_no, struct tcpcb *tp, const char *format…
H A Dtcp_log.c220 tcp_log_rtt_info(const char *func_name, int line_no, struct tcpcb *tp) in tcp_log_rtt_info() argument
244 func_name, line_no, in tcp_log_rtt_info()
253 tcp_log_rt_rtt(const char *func_name, int line_no, struct tcpcb *tp, in tcp_log_rt_rtt() argument
281 func_name, line_no, in tcp_log_rt_rtt()
290 tcp_log_rtt_change(const char *func_name, int line_no, struct tcpcb *tp, in tcp_log_rtt_change() argument
323 func_name, line_no, in tcp_log_rtt_change()
334 tcp_log_keepalive(const char *func_name, int line_no, struct tcpcb *tp, in tcp_log_keepalive() argument
361 func_name, line_no, in tcp_log_keepalive()
565 tcp_log_connection_summary(const char *func_name, int line_no, struct tcpcb *tp) in tcp_log_connection_summary() argument
638 func_name, line_no, \ in tcp_log_connection_summary()
[all …]
H A Dudp_log.h68 extern void udp_log_message(const char *func_name, int line_no, struct inpcb *inp, const char *form…
H A Dudp_log.c399 udp_log_message(const char *func_name, int line_no, struct inpcb *inp, const char *format, ...) in udp_log_message() argument
443 func_name, line_no, \ in udp_log_message()
/xnu-11417.121.6/san/memory/
H A Dkasan-classic.c131 int line_no; member
/xnu-11417.121.6/osfmk/kern/
H A Dkern_stackshot.c706 stackshot_trace(int line_no, mach_vm_address_t data) in stackshot_trace() argument
710 .sste_line_no = line_no, in stackshot_trace()