Searched refs:line_no (Results 1 – 3 of 3) sorted by relevance
| /xnu-8796.121.2/bsd/netinet/ |
| H A D | tcp_log.h | 94 extern void tcp_log_rtt_info(const char *func_name, int line_no, struct tcpcb *tp); 95 extern void tcp_log_rt_rtt(const char *func_name, int line_no, struct tcpcb *tp, struct rtentry *rt… 96 extern void tcp_log_rtt_change(const char *func_name, int line_no, struct tcpcb *tp, int old_srtt, … 97 extern void tcp_log_keepalive(const char *func_name, int line_no, struct tcpcb *tp, int32_t idle_ti… 98 extern void tcp_log_message(const char *func_name, int line_no, struct tcpcb *tp, const char *forma… 99 extern void tcp_log_fsw_flow(const char *func_name, int line_no, struct tcpcb *tp, const char *form… 101 extern void tcp_log_output(const char *func_name, int line_no, struct tcpcb *tp, const char *format…
|
| H A D | tcp_log.c | 231 tcp_log_rtt_info(const char *func_name, int line_no, struct tcpcb *tp) in tcp_log_rtt_info() argument 255 func_name, line_no, in tcp_log_rtt_info() 264 tcp_log_rt_rtt(const char *func_name, int line_no, struct tcpcb *tp, in tcp_log_rt_rtt() argument 292 func_name, line_no, in tcp_log_rt_rtt() 301 tcp_log_rtt_change(const char *func_name, int line_no, struct tcpcb *tp, in tcp_log_rtt_change() argument 334 func_name, line_no, in tcp_log_rtt_change() 345 tcp_log_keepalive(const char *func_name, int line_no, struct tcpcb *tp, in tcp_log_keepalive() argument 372 func_name, line_no, in tcp_log_keepalive() 925 tcp_log_message(const char *func_name, int line_no, struct tcpcb *tp, const char *format, ...) in tcp_log_message() argument 968 func_name, line_no, \ in tcp_log_message() [all …]
|
| /xnu-8796.121.2/san/memory/ |
| H A D | kasan-classic.c | 131 int line_no; member
|