Searched refs:SOF_CONTENT_FILTER (Results 1 – 7 of 7) sorted by relevance
1600 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 …]
517 #define CFIL_DGRAM_FILTERED(so) ((so->so_flags & SOF_CONTENT_FILTER) && (so->so_flow_db != NULL))
704 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()
1156 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()
258 #define SOF_CONTENT_FILTER 0x20000000 /* Content filter enabled */ macro
3542 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()
2471 VERIFY((so->so_flags & SOF_CONTENT_FILTER) == 0); in mptcp_subflow_sosend()