Home
last modified time | relevance | path

Searched refs:mpls_net_ops (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/sched/
H A Dact_mpls.c418 static struct pernet_operations mpls_net_ops = { variable
427 return tcf_register_action(&act_mpls_ops, &mpls_net_ops); in mpls_init_module()
432 tcf_unregister_action(&act_mpls_ops, &mpls_net_ops); in mpls_cleanup_module()
/kernel/linux/linux-6.6/net/sched/
H A Dact_mpls.c468 static struct pernet_operations mpls_net_ops = { variable
477 return tcf_register_action(&act_mpls_ops, &mpls_net_ops); in mpls_init_module()
482 tcf_unregister_action(&act_mpls_ops, &mpls_net_ops); in mpls_cleanup_module()
/kernel/linux/linux-5.10/net/mpls/
H A Daf_mpls.c2743 static struct pernet_operations mpls_net_ops = { variable
2760 err = register_pernet_subsys(&mpls_net_ops); in mpls_init()
2790 unregister_pernet_subsys(&mpls_net_ops); in mpls_init()
2801 unregister_pernet_subsys(&mpls_net_ops); in mpls_exit()
/kernel/linux/linux-6.6/net/mpls/
H A Daf_mpls.c2737 static struct pernet_operations mpls_net_ops = { variable
2754 err = register_pernet_subsys(&mpls_net_ops); in mpls_init()
2784 unregister_pernet_subsys(&mpls_net_ops); in mpls_init()
2795 unregister_pernet_subsys(&mpls_net_ops); in mpls_exit()

Completed in 8 milliseconds