aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6')
-rw-r--r--net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c b/net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c
index 97a553036dde..cf42f5cfc338 100644
--- a/net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c
+++ b/net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c
@@ -60,12 +60,6 @@ static int ipv6_print_tuple(struct seq_file *s,
60 NIP6(*((struct in6_addr *)tuple->dst.u3.ip6))); 60 NIP6(*((struct in6_addr *)tuple->dst.u3.ip6)));
61} 61}
62 62
63static int ipv6_print_conntrack(struct seq_file *s,
64 const struct nf_conn *conntrack)
65{
66 return 0;
67}
68
69/* 63/*
70 * Based on ipv6_skip_exthdr() in net/ipv6/exthdr.c 64 * Based on ipv6_skip_exthdr() in net/ipv6/exthdr.c
71 * 65 *
@@ -376,7 +370,6 @@ struct nf_conntrack_l3proto nf_conntrack_l3proto_ipv6 __read_mostly = {
376 .pkt_to_tuple = ipv6_pkt_to_tuple, 370 .pkt_to_tuple = ipv6_pkt_to_tuple,
377 .invert_tuple = ipv6_invert_tuple, 371 .invert_tuple = ipv6_invert_tuple,
378 .print_tuple = ipv6_print_tuple, 372 .print_tuple = ipv6_print_tuple,
379 .print_conntrack = ipv6_print_conntrack,
380 .get_l4proto = ipv6_get_l4proto, 373 .get_l4proto = ipv6_get_l4proto,
381#if defined(CONFIG_NF_CT_NETLINK) || defined(CONFIG_NF_CT_NETLINK_MODULE) 374#if defined(CONFIG_NF_CT_NETLINK) || defined(CONFIG_NF_CT_NETLINK_MODULE)
382 .tuple_to_nlattr = ipv6_tuple_to_nlattr, 375 .tuple_to_nlattr = ipv6_tuple_to_nlattr,