Home
last modified time | relevance | path

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

/linux-6.14.4/net/sched/
Dact_mpls.c467 static struct pernet_operations mpls_net_ops = { variable
476 return tcf_register_action(&act_mpls_ops, &mpls_net_ops); in mpls_init_module()
481 tcf_unregister_action(&act_mpls_ops, &mpls_net_ops); in mpls_cleanup_module()
/linux-6.14.4/net/mpls/
Daf_mpls.c2720 static struct pernet_operations mpls_net_ops = { variable
2746 err = register_pernet_subsys(&mpls_net_ops); in mpls_init()
2781 unregister_pernet_subsys(&mpls_net_ops); in mpls_init()
2792 unregister_pernet_subsys(&mpls_net_ops); in mpls_exit()