[TCP]: MD5 Signature Option (RFC2385) support.
[safe/jmp/linux-2.6] / include / net / request_sock.h
index b5b023e..e37baaf 100644 (file)
@@ -35,7 +35,8 @@ struct request_sock_ops {
                                       struct dst_entry *dst);
        void            (*send_ack)(struct sk_buff *skb,
                                    struct request_sock *req);
-       void            (*send_reset)(struct sk_buff *skb);
+       void            (*send_reset)(struct sock *sk,
+                                     struct sk_buff *skb);
        void            (*destructor)(struct request_sock *req);
 };