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

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

diff -u --recursive --new-file v2.4.3/linux/include/net/rawv6.h linux/include/net/rawv6.h
@@ -8,23 +8,21 @@
 extern rwlock_t raw_v6_lock;
 
 extern struct sock * ipv6_raw_deliver(struct sk_buff *skb,
-				      int nexthdr, unsigned long len);
+				      int nexthdr);
 
 
 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 sock *sk,
-					  struct sk_buff *skb, 
-					  unsigned long len);
+					  struct sk_buff *skb);
 
 
 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, u32 info);
+					  int offset, u32 info);
 
 #endif
 

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