]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/net/tcp.h
tcp: do not set queue_mapping on SYNACK
[karo-tx-linux.git] / include / net / tcp.h
index a6be56d5f0e3757cb0b0f6f5d6caf2c63ea66203..eed94fc355c1aef2dd9ccb60c201ef2db79f5f85 100644 (file)
@@ -1716,7 +1716,7 @@ struct tcp_request_sock_ops {
        __u32 (*init_seq)(const struct sk_buff *skb);
        int (*send_synack)(const struct sock *sk, struct dst_entry *dst,
                           struct flowi *fl, struct request_sock *req,
-                          u16 queue_mapping, struct tcp_fastopen_cookie *foc,
+                          struct tcp_fastopen_cookie *foc,
                           bool attach_req);
 };