patch-2.4.26 linux-2.4.26/include/net/ipv6.h

Next file: linux-2.4.26/include/net/sctp/command.h
Previous file: linux-2.4.26/include/net/ip_vs.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.25/include/net/ipv6.h linux-2.4.26/include/net/ipv6.h
@@ -104,6 +104,7 @@
 
 /* sysctls */
 extern int sysctl_ipv6_bindv6only;
+extern int sysctl_mld_max_msf;
 
 extern struct ipv6_mib		ipv6_statistics[NR_CPUS*2];
 #define IP6_INC_STATS(field)		SNMP_INC_STATS(ipv6_statistics, field)
@@ -320,7 +321,7 @@
 						    struct ipv6_txoptions *opt,
 						    u8 *proto);
 
-extern int			ipv6_skip_exthdr(struct sk_buff *, int start,
+extern int			ipv6_skip_exthdr(const struct sk_buff *, int start,
 					         u8 *nexthdrp, int len);
 
 extern int 			ipv6_ext_hdr(u8 nexthdr);

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