Searched refs:proto_switch_on (Results 1 – 2 of 2) sorted by relevance
198 if (p_cb->proto_switch_on & nfa_ee_proto_mask_list[xx]) in nfa_ee_update_route_size()393 if (p_cb->proto_switch_on & nfa_ee_proto_mask_list[xx]) in nfa_ee_add_proto_route_to_ecb()1102 tNFA_PROTOCOL_MASK old_proto_switch_on = p_cb->proto_switch_on; in nfa_ee_api_set_proto_cfg()1110 if ((p_cb->proto_switch_on == p_data->set_proto.protocols_switch_on) && in nfa_ee_api_set_proto_cfg()1123 p_cb->proto_switch_on |= p_data->set_proto.protocols_switch_on; in nfa_ee_api_set_proto_cfg()1133 p_cb->proto_switch_on = old_proto_switch_on; in nfa_ee_api_set_proto_cfg()1142 if (p_cb->proto_switch_on | p_cb->proto_switch_off | in nfa_ee_api_set_proto_cfg()1169 tNFA_TECHNOLOGY_MASK old_proto_switch_on = p_cb->proto_switch_on; in nfa_ee_api_clear_proto_cfg()1176 p_cb->proto_switch_on &= ~p_data->clear_proto.protocols_switch_on; in nfa_ee_api_clear_proto_cfg()1183 if ((p_cb->proto_switch_on == old_proto_switch_on) && in nfa_ee_api_clear_proto_cfg()[all …]
171 proto_switch_on; /* default routing - protocols switch_on */ member