Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/net/
H A Dcontent_filter.c1600 if ((so->so_flags & SOF_CONTENT_FILTER) && so->so_cfil) { in cfil_sock_id_from_socket()
2869 so->so_flags |= SOF_CONTENT_FILTER; in cfil_sock_attach()
2911 if (so->so_flags & SOF_CONTENT_FILTER) { in cfil_sock_detach()
2912 so->so_flags &= ~SOF_CONTENT_FILTER; in cfil_sock_detach()
4525 if ((so->so_flags & SOF_CONTENT_FILTER) == 0 || cfil_info == NULL) { in cfil_flush_queues()
4596 if ((so->so_flags & SOF_CONTENT_FILTER) == 0 || cfil_info == NULL) { in cfil_action_drop()
4898 if ((so->so_flags & SOF_CONTENT_FILTER) == 0 || so->so_cfil == NULL) { in cfil_sock_data_out()
4981 if ((so->so_flags & SOF_CONTENT_FILTER) == 0 || so->so_cfil == NULL) { in cfil_sock_data_in()
5052 if ((so->so_flags & SOF_CONTENT_FILTER) == 0 || so->so_cfil == NULL) { in cfil_sock_shutdown()
5139 if ((so->so_flags & SOF_CONTENT_FILTER) == 0 || so->so_cfil == NULL) { in cfil_sock_is_closed()
[all …]
H A Dcontent_filter.h517 #define CFIL_DGRAM_FILTERED(so) ((so->so_flags & SOF_CONTENT_FILTER) && (so->so_flow_db != NULL))
/xnu-8020.140.41/bsd/kern/
H A Duipc_socket2.c704 if ((so->so_flags & SOF_CONTENT_FILTER) != 0) { in sowakeup()
2439 if ((so->so_flags & SOF_CONTENT_FILTER) && sb->sb_cfil_thread == tp) { in sblock()
2469 ((so->so_flags & SOF_CONTENT_FILTER) && in sblock()
2540 if ((so->so_flags & SOF_CONTENT_FILTER) && sb->sb_cfil_thread == tp) { in sbunlock()
H A Duipc_socket.c1156 if (dealloc && ((so->so_flags & SOF_CONTENT_FILTER) != 0)) { in sofreelastref()
1286 if ((so->so_flags & SOF_CONTENT_FILTER) != 0) { in soclose_locked()
4737 if (so->so_flags & SOF_CONTENT_FILTER) { in soshutdownlock()
/xnu-8020.140.41/bsd/sys/
H A Dsocketvar.h258 #define SOF_CONTENT_FILTER 0x20000000 /* Content filter enabled */ macro
/xnu-8020.140.41/bsd/netinet/
H A Dflow_divert.c3542 if (SOCK_TYPE(so) == SOCK_STREAM && !(so->so_flags & SOF_CONTENT_FILTER)) { in flow_divert_connect_out()
3571 SOCK_TYPE(so) == SOCK_STREAM && !(so->so_flags & SOF_CONTENT_FILTER)) { in flow_divert_connectx_out_common()
H A Dmptcp_subr.c2471 VERIFY((so->so_flags & SOF_CONTENT_FILTER) == 0); in mptcp_subflow_sosend()