]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - include/net/netfilter/ipv6/nf_conntrack_ipv6.h
eaea968f86570db7010011b1af4a3608f2dee8f9
[mirror_ubuntu-artful-kernel.git] / include / net / netfilter / ipv6 / nf_conntrack_ipv6.h
1 #ifndef _NF_CONNTRACK_IPV6_H
2 #define _NF_CONNTRACK_IPV6_H
3
4 extern struct nf_conntrack_l3proto nf_conntrack_l3proto_ipv6;
5
6 extern struct nf_conntrack_l4proto nf_conntrack_l4proto_tcp6;
7 extern struct nf_conntrack_l4proto nf_conntrack_l4proto_udp6;
8 extern struct nf_conntrack_l4proto nf_conntrack_l4proto_icmpv6;
9 #ifdef CONFIG_NF_CT_PROTO_DCCP
10 extern struct nf_conntrack_l4proto nf_conntrack_l4proto_dccp6;
11 #endif
12 #ifdef CONFIG_NF_CT_PROTO_SCTP
13 extern struct nf_conntrack_l4proto nf_conntrack_l4proto_sctp6;
14 #endif
15 #ifdef CONFIG_NF_CT_PROTO_UDPLITE
16 extern struct nf_conntrack_l4proto nf_conntrack_l4proto_udplite6;
17 #endif
18
19 #include <linux/sysctl.h>
20 extern struct ctl_table nf_ct_ipv6_sysctl_table[];
21
22 #endif /* _NF_CONNTRACK_IPV6_H*/