Searched refs:nf_nat_unregister_fn (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/include/net/netfilter/ |
D | nf_nat.h | 73 void nf_nat_unregister_fn(struct net *net, u8 pf, const struct nf_hook_ops *ops,
|
/linux-5.19.10/net/netfilter/ |
D | nf_nat_proto.c | 831 nf_nat_unregister_fn(net, ops->pf, ops, ARRAY_SIZE(nf_nat_ipv4_ops)); in nf_nat_ipv4_unregister_fn() 1070 nf_nat_unregister_fn(net, ops->pf, ops, ARRAY_SIZE(nf_nat_ipv6_ops)); in nf_nat_ipv6_unregister_fn() 1091 nf_nat_unregister_fn(net, NFPROTO_IPV6, ops, in nf_nat_inet_register_fn() 1099 nf_nat_unregister_fn(net, NFPROTO_IPV4, ops, ARRAY_SIZE(nf_nat_ipv4_ops)); in nf_nat_inet_unregister_fn() 1100 nf_nat_unregister_fn(net, NFPROTO_IPV6, ops, ARRAY_SIZE(nf_nat_ipv6_ops)); in nf_nat_inet_unregister_fn()
|
D | nf_nat_core.c | 1066 void nf_nat_unregister_fn(struct net *net, u8 pf, const struct nf_hook_ops *ops, in nf_nat_unregister_fn() function
|