Searched refs:nf_nat_ipv6_ops (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/ipv6/netfilter/
H A Dip6table_nat.c34 static const struct nf_hook_ops nf_nat_ipv6_ops[] = { variable in typeref:struct:nf_hook_ops
73 ops = kmemdup(nf_nat_ipv6_ops, sizeof(nf_nat_ipv6_ops), GFP_KERNEL);
77 for (i = 0; i < ARRAY_SIZE(nf_nat_ipv6_ops); i++) {
102 for (i = 0; i < ARRAY_SIZE(nf_nat_ipv6_ops); i++)
/linux-master/net/netfilter/
H A Dnf_nat_proto.c1089 static const struct nf_hook_ops nf_nat_ipv6_ops[] = { variable in typeref:struct:nf_hook_ops
1122 return nf_nat_register_fn(net, ops->pf, ops, nf_nat_ipv6_ops,
1123 ARRAY_SIZE(nf_nat_ipv6_ops));
1129 nf_nat_unregister_fn(net, ops->pf, ops, ARRAY_SIZE(nf_nat_ipv6_ops));
1142 ret = nf_nat_register_fn(net, NFPROTO_IPV6, ops, nf_nat_ipv6_ops,
1143 ARRAY_SIZE(nf_nat_ipv6_ops));
1151 ARRAY_SIZE(nf_nat_ipv6_ops));
1159 nf_nat_unregister_fn(net, NFPROTO_IPV6, ops, ARRAY_SIZE(nf_nat_ipv6_ops));

Completed in 137 milliseconds