Home
last modified time | relevance | path

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

/linux-6.15/net/sched/
H A Dact_nat.c341 static struct pernet_operations nat_net_ops = { variable
353 return tcf_register_action(&act_nat_ops, &nat_net_ops); in nat_init_module()
358 tcf_unregister_action(&act_nat_ops, &nat_net_ops); in nat_cleanup_module()
/linux-6.15/net/netfilter/
H A Dnf_nat_core.c1315 static struct pernet_operations nat_net_ops = { variable
1344 ret = register_pernet_subsys(&nat_net_ops); in nf_nat_init()
1360 unregister_pernet_subsys(&nat_net_ops); in nf_nat_init()
1378 unregister_pernet_subsys(&nat_net_ops); in nf_nat_cleanup()