Searched refs:cfil_sock_attach (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215.1.10/bsd/net/ |
| H A D | content_filter.h | 538 extern errno_t cfil_sock_attach(struct socket *so,
|
| H A D | content_filter.c | 2975 cfil_sock_attach(struct socket *so, struct sockaddr *local, struct sockaddr *remote, int dir) in cfil_sock_attach() function
|
| /xnu-11215.1.10/bsd/netinet/ |
| H A D | tcp_usrreq.c | 612 error = cfil_sock_attach(so, NULL, nam, CFS_CONNECTION_DIR_OUT); in tcp_usr_connect() 771 error = cfil_sock_attach(so, NULL, nam, CFS_CONNECTION_DIR_OUT); in tcp6_usr_connect()
|
| H A D | flow_divert.c | 3881 int error = cfil_sock_attach(so, NULL, to, CFS_CONNECTION_DIR_OUT); in flow_divert_connect_out()
|
| H A D | tcp_input.c | 2869 int error = cfil_sock_attach(so2, SA(&to2), SA(&from), CFS_CONNECTION_DIR_IN); in tcp_input()
|