patch-2.1.120 linux/include/net/rawv6.h

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

diff -u --recursive --new-file v2.1.119/linux/include/net/rawv6.h linux/include/net/rawv6.h
@@ -10,19 +10,17 @@
 extern struct sock *raw_v6_lookup(struct sock *sk, unsigned short num,
 				  struct in6_addr *loc_addr, struct in6_addr *rmt_addr);
 
-extern int			rawv6_rcv(struct sk_buff *skb, 
-					  struct device *dev,
-					  struct in6_addr *saddr, 
-					  struct in6_addr *daddr,
-					  struct ipv6_options *opt, 
-					  unsigned short len);
+extern int			rawv6_rcv(struct sock *sk,
+					  struct sk_buff *skb, 
+					  unsigned long len);
 
 
 extern void			rawv6_err(struct sock *sk,
+					  struct sk_buff *skb,
+					  struct ipv6hdr *hdr,
+					  struct inet6_skb_parm *opt,
 					  int type, int code, 
-					  unsigned char *buff,
-					  struct in6_addr *saddr,
-					  struct in6_addr *daddr);
+					  unsigned char *buff, u32 info);
 
 #endif
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov