Always release the reference to the sock structure.
[ipfw.git] / dummynet / missing.h
index 76b8153..b15d84a 100644 (file)
@@ -25,6 +25,7 @@
 
 /*
  * $Id$
+ *
  * Header for kernel variables and functions that are not available in
  * userland.
  */
@@ -415,4 +416,10 @@ int in_localaddr(struct in_addr in);
 
 int fnmatch(const char *pattern, const char *string, int flags);
 
+struct ip_fw_ugid;
+int
+linux_lookup(const int proto, const __be32 saddr, const __be16 sport,
+       const __be32 daddr, const __be16 dport,
+       struct sk_buff *skb, int dir, struct ip_fw_ugid *ugp);
+
 #endif /* !_MISSING_H_ */