ip_frag: struct inet_frags match() method returns a bool
[deliverable/linux.git] / include / net / ipv6.h
index 4332e9aad853a77a047634dbbf38421db1cd6c84..5f65e7c452666f9c5458f5fd5e45fc880db12d0f 100644 (file)
@@ -387,7 +387,7 @@ struct ip6_create_arg {
 };
 
 void ip6_frag_init(struct inet_frag_queue *q, void *a);
-int ip6_frag_match(struct inet_frag_queue *q, void *a);
+bool ip6_frag_match(struct inet_frag_queue *q, void *a);
 
 static inline int ipv6_addr_any(const struct in6_addr *a)
 {
This page took 0.099853 seconds and 5 git commands to generate.