diff options
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r-- | include/net/tcp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h index 19f23590baa0..868c53532169 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h | |||
@@ -1717,7 +1717,7 @@ struct tcp_request_sock_ops { | |||
1717 | const struct request_sock *req, | 1717 | const struct request_sock *req, |
1718 | bool *strict); | 1718 | bool *strict); |
1719 | __u32 (*init_seq)(const struct sk_buff *skb); | 1719 | __u32 (*init_seq)(const struct sk_buff *skb); |
1720 | int (*send_synack)(struct sock *sk, struct dst_entry *dst, | 1720 | int (*send_synack)(const struct sock *sk, struct dst_entry *dst, |
1721 | struct flowi *fl, struct request_sock *req, | 1721 | struct flowi *fl, struct request_sock *req, |
1722 | u16 queue_mapping, struct tcp_fastopen_cookie *foc); | 1722 | u16 queue_mapping, struct tcp_fastopen_cookie *foc); |
1723 | void (*queue_hash_add)(struct sock *sk, struct request_sock *req, | 1723 | void (*queue_hash_add)(struct sock *sk, struct request_sock *req, |