Linux-libre 5.3.12-gnu
[librecmc/linux-libre.git] / include / net / netfilter / ipv6 / nf_conntrack_ipv6.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _NF_CONNTRACK_IPV6_H
3 #define _NF_CONNTRACK_IPV6_H
4
5 extern const struct nf_conntrack_l4proto nf_conntrack_l4proto_icmpv6;
6
7 #include <linux/sysctl.h>
8 extern struct ctl_table nf_ct_ipv6_sysctl_table[];
9
10 #endif /* _NF_CONNTRACK_IPV6_H*/