Searched refs:pop_mpls (Results 1 – 2 of 2) sorted by relevance
64 nfp_fl_pop_mpls(struct nfp_fl_pop_mpls *pop_mpls, in nfp_fl_pop_mpls() argument69 pop_mpls->head.jump_id = NFP_FL_ACTION_OPCODE_POP_MPLS; in nfp_fl_pop_mpls()70 pop_mpls->head.len_lw = act_size >> NFP_FL_LW_SIZ; in nfp_fl_pop_mpls()71 pop_mpls->ethtype = act->mpls_pop.proto; in nfp_fl_pop_mpls()
186 static int pop_mpls(struct sk_buff *skb, struct sw_flow_key *key, in pop_mpls() function1441 err = pop_mpls(skb, key, nla_get_be16(a)); in do_execute_actions()