Searched refs:jump_id (Results 1 – 3 of 3) sorted by relevance
39 push_mpls->head.jump_id = NFP_FL_ACTION_OPCODE_PUSH_MPLS; in nfp_fl_push_mpls()69 pop_mpls->head.jump_id = NFP_FL_ACTION_OPCODE_POP_MPLS; in nfp_fl_pop_mpls()81 set_mpls->head.jump_id = NFP_FL_ACTION_OPCODE_SET_MPLS; in nfp_fl_set_mpls()109 pop_vlan->head.jump_id = NFP_FL_ACTION_OPCODE_POP_VLAN; in nfp_fl_pop_vlan()121 push_vlan->head.jump_id = NFP_FL_ACTION_OPCODE_PUSH_VLAN; in nfp_fl_push_vlan()163 pre_lag->head.jump_id = NFP_FL_ACTION_OPCODE_PRE_LAG; in nfp_fl_pre_lag()184 output->head.jump_id = NFP_FL_ACTION_OPCODE_OUTPUT; in nfp_fl_output()321 pre_tun_act->head.jump_id = NFP_FL_ACTION_OPCODE_PRE_TUNNEL; in nfp_fl_pre_tunnel()383 push->head.jump_id = NFP_FL_ACTION_OPCODE_PUSH_GENEVE; in nfp_fl_push_geneve_options()428 set_tun->head.jump_id = NFP_FL_ACTION_OPCODE_SET_TUNNEL; in nfp_fl_set_tun()[all …]
608 act_id = a->jump_id; in nfp_flower_update_merge_with_actions()807 act_id = a->jump_id; in nfp_flower_copy_pre_actions()836 if (a->jump_id == NFP_FL_ACTION_OPCODE_PUSH_VLAN && !act_off) in nfp_fl_verify_post_tun_acts()838 else if (a->jump_id != NFP_FL_ACTION_OPCODE_OUTPUT) in nfp_fl_verify_post_tun_acts()861 if (a->jump_id == NFP_FL_ACTION_OPCODE_SET_TUNNEL) { in nfp_fl_push_vlan_after_tun()1254 if (act->jump_id != NFP_FL_ACTION_OPCODE_POP_VLAN) { in nfp_flower_validate_pre_tun_rule()1263 if (act->jump_id != NFP_FL_ACTION_OPCODE_OUTPUT) { in nfp_flower_validate_pre_tun_rule()
127 u8 jump_id; member