[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20080716.204040.127241370.davem@davemloft.net>
Date: Wed, 16 Jul 2008 20:40:40 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: agl@...erialviolet.org
Cc: netdev@...r.kernel.org
Subject: Re: [Resend PATCH 1/3] TCP: Fix MD5 signatures for non-linear skbs
From: "Adam Langley" <agl@...erialviolet.org>
Date: Tue, 15 Jul 2008 09:30:40 -0700
> @@ -1155,6 +1148,11 @@ extern void tcp_free_md5sig_pool(void);
>
> extern struct tcp_md5sig_pool *__tcp_get_md5sig_pool(int cpu);
> extern void __tcp_put_md5sig_pool(void);
> +extern int tcp_md5_hash_header(struct tcp_md5sig_pool *, struct tcphdr *);
> +extern int tcp_md5_hash_skb_data(struct tcp_md5sig_pool *, struct sk_buff *,
> + unsigned header_len);
> +extern int tcp_md5_hash_key(struct tcp_md5sig_pool *hp,
> + struct tcp_md5sig_key *key);
You don't have any module exports for these functions,
yet they are called from tcp_ipv6.c, and that will cause
a build failure.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists