Home
last modified time | relevance | path

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

/Linux-v6.1/net/sched/
Dact_mpls.c452 static struct pernet_operations mpls_net_ops = { variable
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()
/Linux-v6.1/net/mpls/
Daf_mpls.c2730 static struct pernet_operations mpls_net_ops = { variable
2747 err = register_pernet_subsys(&mpls_net_ops); in mpls_init()
2777 unregister_pernet_subsys(&mpls_net_ops); in mpls_init()
2788 unregister_pernet_subsys(&mpls_net_ops); in mpls_exit()