1 /* SPDX-License-Identifier: GPL-2.0 */ 2 #ifndef _NF_NAT_MASQUERADE_IPV6_H_ 3 #define _NF_NAT_MASQUERADE_IPV6_H_ 4 5 unsigned int 6 nf_nat_masquerade_ipv6(struct sk_buff *skb, const struct nf_nat_range *range, 7 const struct net_device *out); 8 void nf_nat_masquerade_ipv6_register_notifier(void); 9 void nf_nat_masquerade_ipv6_unregister_notifier(void); 10 11 #endif /* _NF_NAT_MASQUERADE_IPV6_H_ */ 12
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.