]> err.no Git - linux-2.6/blobdiff - include/net/raw.h
[RAW]: Consolidate proto->unhash callback
[linux-2.6] / include / net / raw.h
index 70b27c7c816760c78b9a00f9ddff8650b40282f4..81a1773b58ba89dd6352c5d5d42f727401e57745 100644 (file)
@@ -39,4 +39,7 @@ extern int  raw_proc_init(void);
 extern void raw_proc_exit(void);
 #endif
 
+void raw_hash_sk(struct sock *sk, struct raw_hashinfo *h);
+void raw_unhash_sk(struct sock *sk, struct raw_hashinfo *h);
+
 #endif /* _RAW_H */