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
- Lines: 27
- Date:
Thu Apr 12 12:11:39 2001
- Orig file:
v2.4.3/linux/include/net/rawv6.h
- Orig date:
Mon Aug 23 10:01:02 1999
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)