|
@@ -56,12 +56,6 @@ static int ipv4_print_tuple(struct seq_file *s,
|
|
|
NIPQUAD(tuple->dst.u3.ip));
|
|
|
}
|
|
|
|
|
|
-static int ipv4_print_conntrack(struct seq_file *s,
|
|
|
- const struct nf_conn *conntrack)
|
|
|
-{
|
|
|
- return 0;
|
|
|
-}
|
|
|
-
|
|
|
/* Returns new sk_buff, or NULL */
|
|
|
static int nf_ct_ipv4_gather_frags(struct sk_buff *skb, u_int32_t user)
|
|
|
{
|
|
@@ -403,7 +397,6 @@ struct nf_conntrack_l3proto nf_conntrack_l3proto_ipv4 __read_mostly = {
|
|
|
.pkt_to_tuple = ipv4_pkt_to_tuple,
|
|
|
.invert_tuple = ipv4_invert_tuple,
|
|
|
.print_tuple = ipv4_print_tuple,
|
|
|
- .print_conntrack = ipv4_print_conntrack,
|
|
|
.get_l4proto = ipv4_get_l4proto,
|
|
|
#if defined(CONFIG_NF_CT_NETLINK) || defined(CONFIG_NF_CT_NETLINK_MODULE)
|
|
|
.tuple_to_nlattr = ipv4_tuple_to_nlattr,
|