summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHaishuang Yan <yanhaishuang@cmss.chinamobile.com>2017-09-27 11:35:41 +0800
committerDavid S. Miller <davem@davemloft.net>2017-10-01 17:55:54 -0700
commitdd000598a39b6937fcefdf143720ec9fb5250e72 (patch)
tree4dcbb885986897a2c5eceb910f8553f1a0cd6550 /include
parente1cfcbe82b4534bd0f99fef92a6d33843fd85e0e (diff)
downloadlinux-stable-dd000598a39b6937fcefdf143720ec9fb5250e72.tar.gz
linux-stable-dd000598a39b6937fcefdf143720ec9fb5250e72.tar.bz2
linux-stable-dd000598a39b6937fcefdf143720ec9fb5250e72.zip
ipv4: Remove the 'publish' logic in tcp_fastopen_init_key_once
The 'publish' logic is not necessary after commit dfea2aa65424 ("tcp: Do not call tcp_fastopen_reset_cipher from interrupt context"), because in tcp_fastopen_cookie_gen,it wouldn't call tcp_fastopen_init_key_once. Signed-off-by: Haishuang Yan <yanhaishuang@cmss.chinamobile.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/net/tcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h
index 9e414a99034f..d9376e2458e9 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -1555,7 +1555,7 @@ void tcp_fastopen_add_skb(struct sock *sk, struct sk_buff *skb);
struct sock *tcp_try_fastopen(struct sock *sk, struct sk_buff *skb,
struct request_sock *req,
struct tcp_fastopen_cookie *foc);
-void tcp_fastopen_init_key_once(bool publish);
+void tcp_fastopen_init_key_once(void);
bool tcp_fastopen_cookie_check(struct sock *sk, u16 *mss,
struct tcp_fastopen_cookie *cookie);
bool tcp_fastopen_defer_connect(struct sock *sk, int *err);