|
@@ -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 sock *tcp_try_fastopen(struct sock *sk, struct sk_buff *skb,
|
|
struct request_sock *req,
|
|
struct request_sock *req,
|
|
struct tcp_fastopen_cookie *foc);
|
|
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,
|
|
bool tcp_fastopen_cookie_check(struct sock *sk, u16 *mss,
|
|
struct tcp_fastopen_cookie *cookie);
|
|
struct tcp_fastopen_cookie *cookie);
|
|
bool tcp_fastopen_defer_connect(struct sock *sk, int *err);
|
|
bool tcp_fastopen_defer_connect(struct sock *sk, int *err);
|