Searched refs:cfil_dispatch_attach_event (Results 1 – 1 of 1) sorted by relevance
| /xnu-8796.121.2/bsd/net/ |
| H A D | content_filter.c | 765 static int cfil_dispatch_attach_event(struct socket *, struct cfil_info *, uint32_t, int); 2892 error = cfil_dispatch_attach_event(so, so->so_cfil, 0, dir); in cfil_sock_attach() 3208 cfil_dispatch_attach_event(struct socket *so, struct cfil_info *cfil_info, in cfil_dispatch_attach_event() function 3885 error = cfil_dispatch_attach_event(so, cfil_info, CFI_ENTRY_KCUNIT(cfil_info, entry), in cfil_data_service_ctl_q() 6029 error = cfil_dispatch_attach_event(so, cfil_info, 0, in cfil_sock_udp_get_info()
|