Searched refs:set_mpls (Results 1 – 2 of 2) sorted by relevance
75 nfp_fl_set_mpls(struct nfp_fl_set_mpls *set_mpls, in nfp_fl_set_mpls() argument81 set_mpls->head.jump_id = NFP_FL_ACTION_OPCODE_SET_MPLS; in nfp_fl_set_mpls()82 set_mpls->head.len_lw = act_size >> NFP_FL_LW_SIZ; in nfp_fl_set_mpls()101 set_mpls->lse = cpu_to_be32(mpls_lse); in nfp_fl_set_mpls()102 set_mpls->lse_mask = cpu_to_be32(mpls_mask); in nfp_fl_set_mpls()
196 static int set_mpls(struct sk_buff *skb, struct sw_flow_key *flow_key, in set_mpls() function1162 err = set_mpls(skb, flow_key, nla_data(a), get_mask(a, in execute_masked_set_action()