Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/net/
H A Dcontent_filter.c790 static int cfil_data_common(struct socket *, struct cfil_info *, int, struct sockaddr *,
5061 cfil_data_common(struct socket *so, struct cfil_info *cfil_info, int outgoing, struct sockaddr *to, in cfil_data_common() function
5252 error = cfil_data_common(so, so->so_cfil, 1, to, data, control, flags); in cfil_sock_data_out()
5320 error = cfil_data_common(so, so->so_cfil, 0, from, data, control, flags); in cfil_sock_data_in()
6294 error = cfil_data_common(so, cfil_info, outgoing, remote, data, control, flags); in cfil_sock_udp_handle_data()