Searched refs:jump_id (Results 1 – 3 of 3) sorted by relevance
38 push_mpls->head.jump_id = NFP_FL_ACTION_OPCODE_PUSH_MPLS; in nfp_fl_push_mpls()68 pop_mpls->head.jump_id = NFP_FL_ACTION_OPCODE_POP_MPLS; in nfp_fl_pop_mpls()80 set_mpls->head.jump_id = NFP_FL_ACTION_OPCODE_SET_MPLS; in nfp_fl_set_mpls()108 pop_vlan->head.jump_id = NFP_FL_ACTION_OPCODE_POP_VLAN; in nfp_fl_pop_vlan()120 push_vlan->head.jump_id = NFP_FL_ACTION_OPCODE_PUSH_VLAN; in nfp_fl_push_vlan()162 pre_lag->head.jump_id = NFP_FL_ACTION_OPCODE_PRE_LAG; in nfp_fl_pre_lag()183 output->head.jump_id = NFP_FL_ACTION_OPCODE_OUTPUT; in nfp_fl_output()320 pre_tun_act->head.jump_id = NFP_FL_ACTION_OPCODE_PRE_TUNNEL; in nfp_fl_pre_tunnel()382 push->head.jump_id = NFP_FL_ACTION_OPCODE_PUSH_GENEVE; in nfp_fl_push_geneve_options()420 set_tun->head.jump_id = NFP_FL_ACTION_OPCODE_SET_IPV4_TUNNEL; in nfp_fl_set_ipv4_tun()[all …]
530 act_id = a->jump_id; in nfp_flower_update_merge_with_actions()721 act_id = a->jump_id; in nfp_flower_copy_pre_actions()750 if (a->jump_id == NFP_FL_ACTION_OPCODE_PUSH_VLAN && !act_off) in nfp_fl_verify_post_tun_acts()752 else if (a->jump_id != NFP_FL_ACTION_OPCODE_OUTPUT) in nfp_fl_verify_post_tun_acts()775 if (a->jump_id == NFP_FL_ACTION_OPCODE_SET_IPV4_TUNNEL) { in nfp_fl_push_vlan_after_tun()1080 if (act->jump_id != NFP_FL_ACTION_OPCODE_POP_VLAN) { in nfp_flower_validate_pre_tun_rule()1089 if (act->jump_id != NFP_FL_ACTION_OPCODE_OUTPUT) { in nfp_flower_validate_pre_tun_rule()
124 u8 jump_id; member