Home
last modified time | relevance | path

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

/Linux-v5.15/net/netfilter/
Dnf_nat_core.c996 const struct nf_hook_ops *orig_nat_ops, unsigned int ops_count) in nf_nat_register_fn() argument
1010 for (i = 0; i < ops_count; i++) { in nf_nat_register_fn()
1017 if (WARN_ON_ONCE(i == ops_count)) in nf_nat_register_fn()
1024 nat_ops = kmemdup(orig_nat_ops, sizeof(*orig_nat_ops) * ops_count, GFP_KERNEL); in nf_nat_register_fn()
1030 for (i = 0; i < ops_count; i++) { in nf_nat_register_fn()
1043 ret = nf_register_net_hooks(net, nat_ops, ops_count); in nf_nat_register_fn()
1046 for (i = 0; i < ops_count; i++) in nf_nat_register_fn()
1071 unsigned int ops_count) in nf_nat_unregister_fn() argument
1092 for (i = 0; i < ops_count; i++) { in nf_nat_unregister_fn()
1098 if (WARN_ON_ONCE(i == ops_count)) in nf_nat_unregister_fn()
[all …]
/Linux-v5.15/include/net/netfilter/
Dnf_nat.h72 const struct nf_hook_ops *nat_ops, unsigned int ops_count);
74 unsigned int ops_count);