aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r--include/net/tcp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h
index 8cacf0d6ed4d..8c05c25018d5 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -1609,6 +1609,9 @@ struct tcp_request_sock_ops {
1609 const struct request_sock *req, 1609 const struct request_sock *req,
1610 bool *strict); 1610 bool *strict);
1611 __u32 (*init_seq)(const struct sk_buff *skb); 1611 __u32 (*init_seq)(const struct sk_buff *skb);
1612 int (*send_synack)(struct sock *sk, struct dst_entry *dst,
1613 struct flowi *fl, struct request_sock *req,
1614 u16 queue_mapping, struct tcp_fastopen_cookie *foc);
1612}; 1615};
1613 1616
1614#ifdef CONFIG_SYN_COOKIES 1617#ifdef CONFIG_SYN_COOKIES