diff options
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r-- | include/net/tcp.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h index 6630ab180f5c..cdbf63d3c5cf 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h | |||
@@ -1422,10 +1422,10 @@ void tcp_free_fastopen_req(struct tcp_sock *tp); | |||
1422 | 1422 | ||
1423 | extern struct tcp_fastopen_context __rcu *tcp_fastopen_ctx; | 1423 | extern struct tcp_fastopen_context __rcu *tcp_fastopen_ctx; |
1424 | int tcp_fastopen_reset_cipher(void *key, unsigned int len); | 1424 | int tcp_fastopen_reset_cipher(void *key, unsigned int len); |
1425 | bool tcp_try_fastopen(struct sock *sk, struct sk_buff *skb, | 1425 | struct sock *tcp_try_fastopen(struct sock *sk, struct sk_buff *skb, |
1426 | struct request_sock *req, | 1426 | struct request_sock *req, |
1427 | struct tcp_fastopen_cookie *foc, | 1427 | struct tcp_fastopen_cookie *foc, |
1428 | struct dst_entry *dst); | 1428 | struct dst_entry *dst); |
1429 | void tcp_fastopen_init_key_once(bool publish); | 1429 | void tcp_fastopen_init_key_once(bool publish); |
1430 | #define TCP_FASTOPEN_KEY_LENGTH 16 | 1430 | #define TCP_FASTOPEN_KEY_LENGTH 16 |
1431 | 1431 | ||