Home
last modified time | relevance | path

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

/Linux-v5.10/net/sched/
Dact_ipt.c409 static struct pernet_operations xt_net_ops = { variable
425 ret1 = tcf_register_action(&act_xt_ops, &xt_net_ops); in ipt_init_module()
442 tcf_unregister_action(&act_xt_ops, &xt_net_ops); in ipt_cleanup_module()
/Linux-v5.10/net/netfilter/
Dx_tables.c1861 static struct pernet_operations xt_net_ops = { variable
1888 rv = register_pernet_subsys(&xt_net_ops); in xt_init()
1896 unregister_pernet_subsys(&xt_net_ops); in xt_fini()