Lines Matching refs:so_flags1
9333 socket->so_flags1 |= SOF1_DOMAIN_MATCHED_POLICY; in necp_socket_check_policy()
9351 socket->so_flags1 |= SOF1_DOMAIN_MATCHED_POLICY; in necp_socket_check_policy()
9384 socket->so_flags1 |= SOF1_DOMAIN_MATCHED_POLICY; in necp_socket_check_policy()
10062 if (inp->inp_socket->so_flags1 & SOF1_CELLFALLBACK) { in necp_socket_fillout_info_locked()
10065 if (inp->inp_socket->so_flags1 & SOF1_KNOWN_TRACKER) { in necp_socket_fillout_info_locked()
10068 if (inp->inp_socket->so_flags1 & SOF1_APPROVED_APP_DOMAIN) { in necp_socket_fillout_info_locked()
10083 if (inp->inp_socket->so_flags1 & SOF1_INBOUND) { in necp_socket_fillout_info_locked()
12090 bool qos_marking = inp->inp_socket->so_flags1 & SOF1_QOSMARKING_ALLOWED ? TRUE : FALSE; in necp_socket_update_qos_marking()
12098 if ((inp->inp_socket->so_flags1 & SOF1_QOSMARKING_POLICY_OVERRIDE)) { in necp_socket_update_qos_marking()
12105 inp->inp_socket->so_flags1 |= SOF1_QOSMARKING_ALLOWED; in necp_socket_update_qos_marking()
12107 inp->inp_socket->so_flags1 &= ~SOF1_QOSMARKING_ALLOWED; in necp_socket_update_qos_marking()
13592 return !(inp->inp_socket->so_flags1 & SOF1_FLOW_DIVERT_SKIP) && in necp_socket_should_use_flow_divert()
13604 if (inp->inp_socket->so_flags1 & SOF1_FLOW_DIVERT_SKIP) { in necp_socket_get_flow_divert_control_unit()