Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sched/
H A Dact_mpls.c412 static struct pernet_operations mpls_net_ops = { variable
421 return tcf_register_action(&act_mpls_ops, &mpls_net_ops); in mpls_init_module()
426 tcf_unregister_action(&act_mpls_ops, &mpls_net_ops); in mpls_cleanup_module()
/OK3568_Linux_fs/kernel/net/mpls/
H A Daf_mpls.c2739 static struct pernet_operations mpls_net_ops = { variable
2756 err = register_pernet_subsys(&mpls_net_ops); in mpls_init()
2786 unregister_pernet_subsys(&mpls_net_ops); in mpls_init()
2797 unregister_pernet_subsys(&mpls_net_ops); in mpls_exit()