Home
last modified time | relevance | path

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

/Linux-v6.1/net/sched/
Dact_mpls.c18 static struct tc_action_ops act_mpls_ops; variable
157 struct tc_action_net *tn = net_generic(net, act_mpls_ops.net_id); in tcf_mpls_init()
250 &act_mpls_ops, bind, true, flags); in tcf_mpls_init()
428 static struct tc_action_ops act_mpls_ops = { variable
442 struct tc_action_net *tn = net_generic(net, act_mpls_ops.net_id); in mpls_init_net()
444 return tc_action_net_init(net, tn, &act_mpls_ops); in mpls_init_net()
449 tc_action_net_exit(net_list, act_mpls_ops.net_id); in mpls_exit_net()
455 .id = &act_mpls_ops.net_id,
461 return tcf_register_action(&act_mpls_ops, &mpls_net_ops); in mpls_init_module()
466 tcf_unregister_action(&act_mpls_ops, &mpls_net_ops); in mpls_cleanup_module()