]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/net/timewait_sock.h
[TCP]: MD5 Signature Option (RFC2385) support.
[net-next-2.6.git] / include / net / timewait_sock.h
index be293d795e385396cf2e3e7f7761e1e1efd223c7..d7a306ea560d96b94eb8c28c11c8ee958d1f0655 100644 (file)
@@ -31,6 +31,9 @@ static inline int twsk_unique(struct sock *sk, struct sock *sktw, void *twp)
 
 static inline void twsk_destructor(struct sock *sk)
 {
+       BUG_ON(sk == NULL);
+       BUG_ON(sk->sk_prot == NULL);
+       BUG_ON(sk->sk_prot->twsk_prot == NULL);
        if (sk->sk_prot->twsk_prot->twsk_destructor != NULL)
                sk->sk_prot->twsk_prot->twsk_destructor(sk);
 }