Searched refs:pop_mpls (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | action.c | 64 nfp_fl_pop_mpls(struct nfp_fl_pop_mpls *pop_mpls, in nfp_fl_pop_mpls() argument 69 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | action.c | 64 nfp_fl_pop_mpls(struct nfp_fl_pop_mpls *pop_mpls, in nfp_fl_pop_mpls() argument 69 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()
|
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | actions.c | 178 static int pop_mpls(struct sk_buff *skb, struct sw_flow_key *key, in pop_mpls() function 1341 err = pop_mpls(skb, key, nla_get_be16(a)); in do_execute_actions()
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | actions.c | 181 static int pop_mpls(struct sk_buff *skb, struct sw_flow_key *key, in pop_mpls() function 1371 err = pop_mpls(skb, key, nla_get_be16(a)); in do_execute_actions()
|
Completed in 8 milliseconds