summaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
diff options
context:
space:
mode:
authorYOSHIFUJI Hideaki2008-04-17 05:29:53 +0200
committerYOSHIFUJI Hideaki2008-06-11 19:38:18 +0200
commit7d5d5525bd88313e6fd90c0659665aee5114bc2d (patch)
tree41517e753220261c8cc46d975977cfd711892f6c /include/net/tcp.h
parentkey: Use xfrm_addr_cmp() where appropriate. (diff)
downloadkernel-qcow2-linux-7d5d5525bd88313e6fd90c0659665aee5114bc2d.tar.gz
kernel-qcow2-linux-7d5d5525bd88313e6fd90c0659665aee5114bc2d.tar.xz
kernel-qcow2-linux-7d5d5525bd88313e6fd90c0659665aee5114bc2d.zip
tcp md5sig: Share MD5 Signature option parser between IPv4 and IPv6.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r--include/net/tcp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h
index 633147cb6bbc..b1c4b78f1cb8 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -399,6 +399,8 @@ extern void tcp_parse_options(struct sk_buff *skb,
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
*/