summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter/ipv6/nf_conntrack_ipv6.h
blob: e95483192d1bc8015e7b36947f069c37af3d5f41 (plain)
1
2
3
4
5
6
7
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _NF_CONNTRACK_IPV6_H
#define _NF_CONNTRACK_IPV6_H

extern const struct nf_conntrack_l4proto nf_conntrack_l4proto_icmpv6;

#endif /* _NF_CONNTRACK_IPV6_H*/