Lines Matching defs:act_mpls_ops
19 static struct tc_action_ops act_mpls_ops;
165 struct tc_action_net *tn = net_generic(net, act_mpls_ops.net_id);
201 ret = tcf_idr_create(tn, index, est, a, &act_mpls_ops, bind,
444 static struct tc_action_ops act_mpls_ops = {
458 struct tc_action_net *tn = net_generic(net, act_mpls_ops.net_id);
460 return tc_action_net_init(net, tn, &act_mpls_ops);
465 tc_action_net_exit(net_list, act_mpls_ops.net_id);
471 .id = &act_mpls_ops.net_id,
477 return tcf_register_action(&act_mpls_ops, &mpls_net_ops);
482 tcf_unregister_action(&act_mpls_ops, &mpls_net_ops);