mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
tcp md5sig: Share MD5 Signature option parser between IPv4 and IPv6.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
This commit is contained in:
parent
81b302a321
commit
7d5d5525bd
4 changed files with 44 additions and 73 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue