Added the code for xid matching. (The code is not yet enabled)
[ipfw.git] / dummynet / missing.h
index 76b8153..c47b117 100644 (file)
@@ -415,4 +415,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_ */