summaryrefslogtreecommitdiff
path: root/include/net/ndisc.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 18:11:38 -0800
committerLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 18:11:38 -0800
commit1a0153507ffae9cf3350e76c12d441788c0191e1 (patch)
treed05a502b4fc05202c84c1667019460c08ea088cd /include/net/ndisc.h
parentb0683ac8928c4cf40646a6ce3eb6ffe94605acfa (diff)
v2.4.3.2 -> v2.4.3.3
- Hui-Fen Hsu: sis900 driver update - NIIBE Yutaka: Super-H update - Alan Cox: more resyncs (ARM down, but more to go) - David Miller: network zerocopy, Sparc sync, qlogic,FC fix, etc. - David Miller/me: get rid of various drivers hacks to do mmap alignment behind the back of the VM layer. Create a real protocol for it.
Diffstat (limited to 'include/net/ndisc.h')
-rw-r--r--include/net/ndisc.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/include/net/ndisc.h b/include/net/ndisc.h
index 1ef3341cd6c2..2c37a36e4aa2 100644
--- a/include/net/ndisc.h
+++ b/include/net/ndisc.h
@@ -60,7 +60,7 @@ extern int ndisc_init(struct net_proto_family *ops);
extern void ndisc_cleanup(void);
-extern int ndisc_rcv(struct sk_buff *skb, unsigned long len);
+extern int ndisc_rcv(struct sk_buff *skb);
extern void ndisc_send_ns(struct net_device *dev,
struct neighbour *neigh,
@@ -91,13 +91,9 @@ extern int igmp6_init(struct net_proto_family *ops);
extern void igmp6_cleanup(void);
-extern int igmp6_event_query(struct sk_buff *skb,
- struct icmp6hdr *hdr,
- int len);
+extern int igmp6_event_query(struct sk_buff *skb);
-extern int igmp6_event_report(struct sk_buff *skb,
- struct icmp6hdr *hdr,
- int len);
+extern int igmp6_event_report(struct sk_buff *skb);
extern void igmp6_cleanup(void);