patch-2.3.99-pre6 linux/include/linux/netfilter_ipv4/ip_conntrack_protocol.h

Next file: linux/include/linux/netfilter_ipv4/ipt_state.h
Previous file: linux/include/linux/net.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre5/linux/include/linux/netfilter_ipv4/ip_conntrack_protocol.h linux/include/linux/netfilter_ipv4/ip_conntrack_protocol.h
@@ -37,10 +37,10 @@
 		      struct iphdr *iph, size_t len,
 		      enum ip_conntrack_info ctinfo);
 
-	/* Called when a new connection for this protocol found; returns
-	 * TRUE if it's OK.  If so, packet() called next. */
-	int (*new)(struct ip_conntrack *conntrack,
-		   struct iphdr *iph, size_t len);
+	/* Called when a new connection for this protocol found;
+	 * returns timeout.  If so, packet() called next. */
+	unsigned long (*new)(struct ip_conntrack *conntrack,
+			     struct iphdr *iph, size_t len);
 
 	/* Module (if any) which this is connected to. */
 	struct module *me;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)