Searched refs:SOF_CONTENT_FILTER (Results 1 – 8 of 8) sorted by relevance
1636 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 …]
528 #define CFIL_DGRAM_HAS_FILTERED_FLOWS(so) ((so->so_flags & SOF_CONTENT_FILTER) && (so->so_flow_db !…
709 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()
1004 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()
264 #define SOF_CONTENT_FILTER 0x20000000 /* Content filter enabled */ macro
3952 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()
589 if ((tp->t_inpcb->inp_socket->so_flags & SOF_CONTENT_FILTER) != 0) { in add_to_time_wait()
2388 VERIFY((so->so_flags & SOF_CONTENT_FILTER) == 0); in mptcp_subflow_sosend()