Home
last modified time | relevance | path

Searched refs:set_mpls (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/netronome/nfp/flower/
Daction.c75 nfp_fl_set_mpls(struct nfp_fl_set_mpls *set_mpls, in nfp_fl_set_mpls() argument
81 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()
/Linux-v6.1/net/openvswitch/
Dactions.c196 static int set_mpls(struct sk_buff *skb, struct sw_flow_key *flow_key, in set_mpls() function
1162 err = set_mpls(skb, flow_key, nla_data(a), get_mask(a, in execute_masked_set_action()