patch-2.3.15 linux/include/net/dn_dev.h

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

diff -u --recursive --new-file v2.3.14/linux/include/net/dn_dev.h linux/include/net/dn_dev.h
@@ -58,8 +58,6 @@
  * down() - Called to turn device off when it goes down
  * timer1() - Called when timer 1 goes off
  * timer3() - Called when timer 3 goes off
- * setsrc() - Called for each incomming frame to set previous hop info
- * neigh_setup() - Called to do device specific setup of neighbours
  * 
  * sysctl - Hook for sysctl things
  *
@@ -83,8 +81,6 @@
 	void (*down)(struct net_device *);
 	void (*timer1)(struct net_device *);
 	void (*timer3)(struct net_device *);
-	int (*setsrc)(struct sk_buff *skb);
-	int (*neigh_setup)(struct neighbour *);
 	void *sysctl;
 };
 

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