Home
last modified time | relevance | path

Searched refs:nat_net_ops (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/sched/
H 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()
/kernel/linux/linux-6.6/net/sched/
H A Dact_nat.c340 static struct pernet_operations nat_net_ops = { variable
352 return tcf_register_action(&act_nat_ops, &nat_net_ops); in nat_init_module()
357 tcf_unregister_action(&act_nat_ops, &nat_net_ops); in nat_cleanup_module()
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_nat_core.c1198 static struct pernet_operations nat_net_ops = { variable
1228 ret = register_pernet_subsys(&nat_net_ops); in nf_nat_init()
1244 unregister_pernet_subsys(&nat_net_ops); in nf_nat_init()
1262 unregister_pernet_subsys(&nat_net_ops); in nf_nat_cleanup()
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_nat_core.c1138 static struct pernet_operations nat_net_ops = { variable
1174 ret = register_pernet_subsys(&nat_net_ops); in nf_nat_init()
1201 unregister_pernet_subsys(&nat_net_ops); in nf_nat_cleanup()

Completed in 5 milliseconds