Home
last modified time | relevance | path

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

/linux/net/sched/
A Dact_nat.c333 static struct pernet_operations nat_net_ops = { variable
345 return tcf_register_action(&act_nat_ops, &nat_net_ops); in nat_init_module()
350 tcf_unregister_action(&act_nat_ops, &nat_net_ops); in nat_cleanup_module()
/linux/net/netfilter/
A Dnf_nat_core.c1128 static struct pernet_operations nat_net_ops = { variable
1164 ret = register_pernet_subsys(&nat_net_ops); in nf_nat_init()
1191 unregister_pernet_subsys(&nat_net_ops); in nf_nat_cleanup()

Completed in 6 milliseconds