Searched refs:cfil_log_printf (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.81.4/bsd/net/ |
| H A D | content_filter.c | 862 static void cfil_log_printf(struct socket *so, struct cfil_info *info, const char *format, ...); 5266 cfil_log_printf(so, NULL, "CFIL: outbound TCP data dropped for pre-existing un-filtered flow"); in cfil_sock_data_out() 5280 cfil_log_printf(so, so->so_cfil, "CFIL: outbound TCP data dropped (0x%x -> 0x%x)", in cfil_sock_data_out() 5349 cfil_log_printf(so, NULL, "CFIL: inbound TCP data dropped for pre-existing un-filtered flow"); in cfil_sock_data_in() 5363 cfil_log_printf(so, so->so_cfil, "CFIL: inbound TCP data dropped (0x%x -> 0x%x)", in cfil_sock_data_in() 6196 cfil_log_printf(struct socket *so, struct cfil_info *info, const char *format, ...) in cfil_log_printf() function 6311 cfil_log_printf(so, cfil_info, "CFIL: %sbound UDP data dropped (0x%x -> 0x%x)", in cfil_sock_udp_get_info()
|