Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/net/
H A Dcontent_filter.c759 static int cfil_data_common(struct socket *, struct cfil_info *, int, struct sockaddr *,
4766 cfil_data_common(struct socket *so, struct cfil_info *cfil_info, int outgoing, struct sockaddr *to, in cfil_data_common() function
4957 error = cfil_data_common(so, so->so_cfil, 1, to, data, control, flags); in cfil_sock_data_out()
5025 error = cfil_data_common(so, so->so_cfil, 0, from, data, control, flags); in cfil_sock_data_in()
5986 error = cfil_data_common(so, cfil_info, outgoing, remote, data, control, flags); in cfil_sock_udp_handle_data()