commit | 7d5d5525bd88313e6fd90c0659665aee5114bc2d | [log] [tgz] |
---|---|---|
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | Thu Apr 17 12:29:53 2008 +0900 |
committer | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | Thu Jun 12 02:38:18 2008 +0900 |
tree | 41517e753220261c8cc46d975977cfd711892f6c | |
parent | 81b302a321a0d99ff172b8cb2a8de17bff2f9499 [diff] [blame] |
tcp md5sig: Share MD5 Signature option parser between IPv4 and IPv6. Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
diff --git a/include/net/tcp.h b/include/net/tcp.h index 633147c..b1c4b78 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h
@@ -399,6 +399,8 @@ struct tcp_options_received *opt_rx, int estab); +extern u8 *tcp_parse_md5sig_option(struct tcphdr *th); + /* * TCP v4 functions exported for the inet6 API */