Home
last modified time | relevance | path

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

/net/sched/
Dact_nat.c338 static struct pernet_operations nat_net_ops = { variable
350 return tcf_register_action(&act_nat_ops, &nat_net_ops); in nat_init_module()
355 tcf_unregister_action(&act_nat_ops, &nat_net_ops); in nat_cleanup_module()
/net/netfilter/
Dnf_nat_core.c1138 static struct pernet_operations nat_net_ops = { variable
1174 ret = register_pernet_subsys(&nat_net_ops); in nf_nat_init()
1200 unregister_pernet_subsys(&nat_net_ops); in nf_nat_cleanup()