Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dcontent_filter.c1636 if ((so->so_flags & SOF_CONTENT_FILTER) && so->so_cfil) { in cfil_sock_id_from_socket()
2908 if ((so->so_flags & SOF_CONTENT_FILTER) != 0) { in cfil_sock_is_dead()
2950 if ((so->so_flags & SOF_CONTENT_FILTER) != 0) { in cfil_sock_tcp_add_time_wait()
3049 so->so_flags |= SOF_CONTENT_FILTER; in cfil_sock_attach()
3095 if (so->so_flags & SOF_CONTENT_FILTER) { in cfil_sock_detach()
3096 so->so_flags &= ~SOF_CONTENT_FILTER; in cfil_sock_detach()
4885 if ((so->so_flags & SOF_CONTENT_FILTER) == 0 || cfil_info == NULL) { in cfil_flush_queues()
4956 if ((so->so_flags & SOF_CONTENT_FILTER) == 0 || cfil_info == NULL) { in cfil_action_drop()
5264 if ((so->so_flags & SOF_CONTENT_FILTER) == 0 || so->so_cfil == NULL) { in cfil_sock_data_out()
5347 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-12377.41.6/bsd/kern/
H A Duipc_socket2.c709 if ((so->so_flags & SOF_CONTENT_FILTER) != 0) { in sowakeup()
2515 if ((so->so_flags & SOF_CONTENT_FILTER) && sb->sb_cfil_thread == tp) { in sblock()
2545 ((so->so_flags & SOF_CONTENT_FILTER) && in sblock()
2616 if ((so->so_flags & SOF_CONTENT_FILTER) && sb->sb_cfil_thread == tp) { in sbunlock()
H A Duipc_socket.c1004 if ((so->so_flags & SOF_CONTENT_FILTER) != 0) { in sofreelastref()
1134 if ((so->so_flags & SOF_CONTENT_FILTER) != 0) { in soclose_locked()
4390 if (so->so_flags & SOF_CONTENT_FILTER) { in soshutdownlock()
/xnu-12377.41.6/bsd/sys/
H A Dsocketvar.h264 #define SOF_CONTENT_FILTER 0x20000000 /* Content filter enabled */ macro
/xnu-12377.41.6/bsd/netinet/
H A Dflow_divert.c3952 if (SOCK_TYPE(so) == SOCK_STREAM && !(so->so_flags & SOF_CONTENT_FILTER)) { in flow_divert_connect_out()
3981 SOCK_TYPE(so) == SOCK_STREAM && !(so->so_flags & SOF_CONTENT_FILTER)) { in flow_divert_connectx_out_common()
H A Dtcp_timer.c589 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()