ip_frag: struct inet_frags match() method returns a bool
[deliverable/linux.git] / include / net / ipv6.h
index e1a85adbeee3643dfd862403639debc377969ec7..5f65e7c452666f9c5458f5fd5e45fc880db12d0f 100644 (file)
@@ -113,7 +113,6 @@ struct frag_hdr {
 
 /* sysctls */
 extern int sysctl_mld_max_msf;
-extern struct ctl_path net_ipv6_ctl_path[];
 
 #define _DEVINC(net, statname, modifier, idev, field)                  \
 ({                                                                     \
@@ -388,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.028207 seconds and 5 git commands to generate.