Lines Matching refs:so_flags1
9360 socket->so_flags1 |= SOF1_DOMAIN_MATCHED_POLICY; in necp_socket_check_policy()
9378 socket->so_flags1 |= SOF1_DOMAIN_MATCHED_POLICY; in necp_socket_check_policy()
9411 socket->so_flags1 |= SOF1_DOMAIN_MATCHED_POLICY; in necp_socket_check_policy()
10073 if (inp->inp_socket->so_flags1 & SOF1_CELLFALLBACK) { in necp_socket_fillout_info_locked()
10076 if (inp->inp_socket->so_flags1 & SOF1_KNOWN_TRACKER) { in necp_socket_fillout_info_locked()
10079 if (inp->inp_socket->so_flags1 & SOF1_APPROVED_APP_DOMAIN) { in necp_socket_fillout_info_locked()
10094 if (inp->inp_socket->so_flags1 & SOF1_INBOUND) { in necp_socket_fillout_info_locked()
12101 bool qos_marking = inp->inp_socket->so_flags1 & SOF1_QOSMARKING_ALLOWED ? TRUE : FALSE; in necp_socket_update_qos_marking()
12109 if ((inp->inp_socket->so_flags1 & SOF1_QOSMARKING_POLICY_OVERRIDE)) { in necp_socket_update_qos_marking()
12116 inp->inp_socket->so_flags1 |= SOF1_QOSMARKING_ALLOWED; in necp_socket_update_qos_marking()
12118 inp->inp_socket->so_flags1 &= ~SOF1_QOSMARKING_ALLOWED; in necp_socket_update_qos_marking()
13603 return !(inp->inp_socket->so_flags1 & SOF1_FLOW_DIVERT_SKIP) && in necp_socket_should_use_flow_divert()
13615 if (inp->inp_socket->so_flags1 & SOF1_FLOW_DIVERT_SKIP) { in necp_socket_get_flow_divert_control_unit()