Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Dcontent_filter.c1639 if ((so->so_flags & SOF_CONTENT_FILTER) && so->so_cfil) { in cfil_sock_id_from_socket()
2911 if ((so->so_flags & SOF_CONTENT_FILTER) != 0) { in cfil_sock_is_dead()
2953 if ((so->so_flags & SOF_CONTENT_FILTER) != 0) { in cfil_sock_tcp_add_time_wait()
3052 so->so_flags |= SOF_CONTENT_FILTER; in cfil_sock_attach()
3098 if (so->so_flags & SOF_CONTENT_FILTER) { in cfil_sock_detach()
3099 so->so_flags &= ~SOF_CONTENT_FILTER; in cfil_sock_detach()
4888 if ((so->so_flags & SOF_CONTENT_FILTER) == 0 || cfil_info == NULL) { in cfil_flush_queues()
4959 if ((so->so_flags & SOF_CONTENT_FILTER) == 0 || cfil_info == NULL) { in cfil_action_drop()
5267 if ((so->so_flags & SOF_CONTENT_FILTER) == 0 || so->so_cfil == NULL) { in cfil_sock_data_out()
5350 if ((so->so_flags & SOF_CONTENT_FILTER) == 0 || so->so_cfil == NULL) { in cfil_sock_data_in()
[all …]
H A Dcontent_filter.h528 #define CFIL_DGRAM_HAS_FILTERED_FLOWS(so) ((so->so_flags & SOF_CONTENT_FILTER) && (so->so_flow_db !…
/xnu-11417.140.69/bsd/kern/
H A Duipc_socket2.c707 if ((so->so_flags & SOF_CONTENT_FILTER) != 0) { in sowakeup()
2532 if ((so->so_flags & SOF_CONTENT_FILTER) && sb->sb_cfil_thread == tp) { in sblock()
2562 ((so->so_flags & SOF_CONTENT_FILTER) && in sblock()
2633 if ((so->so_flags & SOF_CONTENT_FILTER) && sb->sb_cfil_thread == tp) { in sbunlock()
H A Duipc_socket.c1164 if ((so->so_flags & SOF_CONTENT_FILTER) != 0) { in sofreelastref()
1294 if ((so->so_flags & SOF_CONTENT_FILTER) != 0) { in soclose_locked()
4536 if (so->so_flags & SOF_CONTENT_FILTER) { in soshutdownlock()
/xnu-11417.140.69/bsd/sys/
H A Dsocketvar.h273 #define SOF_CONTENT_FILTER 0x20000000 /* Content filter enabled */ macro
/xnu-11417.140.69/bsd/netinet/
H A Dflow_divert.c3867 if (SOCK_TYPE(so) == SOCK_STREAM && !(so->so_flags & SOF_CONTENT_FILTER)) { in flow_divert_connect_out()
3896 SOCK_TYPE(so) == SOCK_STREAM && !(so->so_flags & SOF_CONTENT_FILTER)) { in flow_divert_connectx_out_common()
H A Dtcp_timer.c592 if ((tp->t_inpcb->inp_socket->so_flags & SOF_CONTENT_FILTER) != 0) { in add_to_time_wait()
H A Dmptcp_subr.c2388 VERIFY((so->so_flags & SOF_CONTENT_FILTER) == 0); in mptcp_subflow_sosend()