Searched refs:cfil_sock_attach (Results 1 – 5 of 5) sorted by relevance
| /xnu-8020.101.4/bsd/net/ |
| H A D | content_filter.h | 533 extern errno_t cfil_sock_attach(struct socket *so,
|
| H A D | content_filter.c | 2796 cfil_sock_attach(struct socket *so, struct sockaddr *local, struct sockaddr *remote, int dir) in cfil_sock_attach() function
|
| /xnu-8020.101.4/bsd/netinet/ |
| H A D | tcp_usrreq.c | 480 error = cfil_sock_attach(so, NULL, nam, CFS_CONNECTION_DIR_OUT); in tcp_usr_connect() 659 error = cfil_sock_attach(so, NULL, nam, CFS_CONNECTION_DIR_OUT); in tcp6_usr_connect()
|
| H A D | flow_divert.c | 3542 int error = cfil_sock_attach(so, NULL, to, CFS_CONNECTION_DIR_OUT); in flow_divert_connect_out()
|
| H A D | tcp_input.c | 2699 int error = cfil_sock_attach(so2, (struct sockaddr*)&to2, (struct sockaddr*)&from, in tcp_input()
|