]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - include/net/tcp.h
tcp: add init_req method to tcp_request_sock_ops
[mirror_ubuntu-hirsute-kernel.git] / include / net / tcp.h
index 39e47c4e4f19d1c150ac4bb9c1ff4e76e1a51da9..7ad8ce296c3b085e925772fa6a6965cc0fe285df 100644 (file)
@@ -1613,6 +1613,8 @@ struct tcp_request_sock_ops {
                                                  const struct request_sock *req,
                                                  const struct sk_buff *skb);
 #endif
+       void (*init_req)(struct request_sock *req, struct sock *sk,
+                        struct sk_buff *skb);
 };
 
 int tcpv4_offload_init(void);