]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/net/request_sock.h
inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu functions
[mirror_ubuntu-bionic-kernel.git] / include / net / request_sock.h
index 65c3e5164a5c0caf098c5e286a0203fd524842fc..7f830ff67f08c318717e809221d1586f17948185 100644 (file)
@@ -48,6 +48,7 @@ int inet_rtx_syn_ack(struct sock *parent, struct request_sock *req);
 /* struct request_sock - mini sock to represent a connection request
  */
 struct request_sock {
+       struct sock_common              __req_common;
        struct request_sock             *dl_next;
        u16                             mss;
        u8                              num_retrans; /* number of retransmits */