Lines Matching refs:so_flags1
9257 socket->so_flags1 |= SOF1_DOMAIN_MATCHED_POLICY; in necp_socket_check_policy()
9275 socket->so_flags1 |= SOF1_DOMAIN_MATCHED_POLICY; in necp_socket_check_policy()
9308 socket->so_flags1 |= SOF1_DOMAIN_MATCHED_POLICY; in necp_socket_check_policy()
9970 if (inp->inp_socket->so_flags1 & SOF1_CELLFALLBACK) { in necp_socket_fillout_info_locked()
9973 if (inp->inp_socket->so_flags1 & SOF1_KNOWN_TRACKER) { in necp_socket_fillout_info_locked()
9976 if (inp->inp_socket->so_flags1 & SOF1_APPROVED_APP_DOMAIN) { in necp_socket_fillout_info_locked()
9991 if (inp->inp_socket->so_flags1 & SOF1_INBOUND) { in necp_socket_fillout_info_locked()
11990 bool qos_marking = inp->inp_socket->so_flags1 & SOF1_QOSMARKING_ALLOWED ? TRUE : FALSE; in necp_socket_update_qos_marking()
11998 if ((inp->inp_socket->so_flags1 & SOF1_QOSMARKING_POLICY_OVERRIDE)) { in necp_socket_update_qos_marking()
12005 inp->inp_socket->so_flags1 |= SOF1_QOSMARKING_ALLOWED; in necp_socket_update_qos_marking()
12007 inp->inp_socket->so_flags1 &= ~SOF1_QOSMARKING_ALLOWED; in necp_socket_update_qos_marking()
13459 return !(inp->inp_socket->so_flags1 & SOF1_FLOW_DIVERT_SKIP) && in necp_socket_should_use_flow_divert()
13471 if (inp->inp_socket->so_flags1 & SOF1_FLOW_DIVERT_SKIP) { in necp_socket_get_flow_divert_control_unit()