]> err.no Git - linux-2.6/blobdiff - net/ipv4/syncookies.c
[PATCH] remove verify_area(): remove or edit references to verify_area in Documentation/
[linux-2.6] / net / ipv4 / syncookies.c
index 8692cb9d4bdb01b04c3bdf07bceb2300b5516db9..a34e60ea48a15f3b33a0531a4d5cc260a9e62f17 100644 (file)
@@ -169,8 +169,6 @@ static inline int cookie_check(struct sk_buff *skb, __u32 cookie)
        return mssind < NUM_MSS ? msstab[mssind] + 1 : 0;
 }
 
-extern struct request_sock_ops tcp_request_sock_ops;
-
 static inline struct sock *get_cookie_sock(struct sock *sk, struct sk_buff *skb,
                                           struct request_sock *req,
                                           struct dst_entry *dst)