Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Dcontent_filter.c864 static void cfil_log_printf(struct socket *so, struct cfil_info *info, const char *format, ...);
5272 cfil_log_printf(so, NULL, "CFIL: outbound TCP data dropped for pre-existing un-filtered flow"); in cfil_sock_data_out()
5286 cfil_log_printf(so, so->so_cfil, "CFIL: outbound TCP data dropped (0x%x -> 0x%x)", in cfil_sock_data_out()
5355 cfil_log_printf(so, NULL, "CFIL: inbound TCP data dropped for pre-existing un-filtered flow"); in cfil_sock_data_in()
5369 cfil_log_printf(so, so->so_cfil, "CFIL: inbound TCP data dropped (0x%x -> 0x%x)", in cfil_sock_data_in()
6202 cfil_log_printf(struct socket *so, struct cfil_info *info, const char *format, ...) in cfil_log_printf() function
6317 cfil_log_printf(so, cfil_info, "CFIL: %sbound UDP data dropped (0x%x -> 0x%x)", in cfil_sock_udp_get_info()