patch-2.1.30 linux/include/net/neighbour.h
Next file: linux/include/net/netbeui.h
Previous file: linux/include/net/ndisc.h
Back to the patch index
Back to the overall index
- Lines: 49
- Date:
Wed Mar 26 11:01:08 1997
- Orig file:
v2.1.29/linux/include/net/neighbour.h
- Orig date:
Thu Feb 6 02:59:05 1997
diff -u --recursive --new-file v2.1.29/linux/include/net/neighbour.h linux/include/net/neighbour.h
@@ -12,8 +12,6 @@
#include <asm/atomic.h>
#include <linux/skbuff.h>
-#include <linux/interrupt.h>
-#include <linux/netdevice.h>
/*
* flags
@@ -30,6 +28,7 @@
unsigned long lastused;
unsigned long flags;
unsigned char ha[MAX_ADDR_LEN];
+ struct hh_cache *hh;
atomic_t refcnt;
struct neigh_ops *ops;
struct sk_buff_head arp_queue;
@@ -40,12 +39,11 @@
int family;
unsigned int (*hash)(void *primary_key);
int (*resolve)(unsigned char *h_dest,
- struct device *dev,
struct sk_buff *skb);
void (*destructor)(struct neighbour *);
};
-extern struct neighbour *neigh_alloc(int size, int priority);
+extern struct neighbour *neigh_alloc(int size, struct neigh_ops *);
/*
* Neighbour references
@@ -63,7 +61,7 @@
*/
-static __inline__ void neighbour_unlock(struct neighbour *neigh)
+static __inline__ void neigh_release(struct neighbour *neigh)
{
if (atomic_dec_and_test(&neigh->refcnt))
neigh->lastused = jiffies;
@@ -111,6 +109,8 @@
extern struct neighbour * neigh_lookup(struct neigh_table *tbl,
void *pkey, int key_len,
struct device *dev);
+
+extern void neigh_destroy(struct neighbour *neigh);
static __inline__ void neigh_insert(struct neigh_table *tbl,
struct neighbour *neigh)
FUNET's LINUX-ADM group, [email protected]
TCL-scripts by Sam Shen, [email protected]