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 6ec4ea652f3f..bede8f7fa742 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h | |||
@@ -1816,7 +1816,7 @@ struct tcp_request_sock_ops { | |||
1816 | struct dst_entry *(*route_req)(const struct sock *sk, struct flowi *fl, | 1816 | struct dst_entry *(*route_req)(const struct sock *sk, struct flowi *fl, |
1817 | const struct request_sock *req, | 1817 | const struct request_sock *req, |
1818 | bool *strict); | 1818 | bool *strict); |
1819 | __u32 (*init_seq)(const struct sk_buff *skb, u32 *tsoff); | 1819 | __u32 (*init_seq_tsoff)(const struct sk_buff *skb, u32 *tsoff); |
1820 | int (*send_synack)(const struct sock *sk, struct dst_entry *dst, | 1820 | int (*send_synack)(const struct sock *sk, struct dst_entry *dst, |
1821 | struct flowi *fl, struct request_sock *req, | 1821 | struct flowi *fl, struct request_sock *req, |
1822 | struct tcp_fastopen_cookie *foc, | 1822 | struct tcp_fastopen_cookie *foc, |