• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/

Lines Matching defs:neighbour

4 #include <linux/neighbour.h>
7 * Generic neighbour manipulation
16 * - Add neighbour cache statistics like rtstat
33 struct neighbour;
39 int (*neigh_setup)(struct neighbour *);
40 void (*neigh_cleanup)(struct neighbour *);
90 struct neighbour
92 struct neighbour *next;
118 void (*solicit)(struct neighbour *, struct sk_buff*);
119 void (*error_report)(struct neighbour *, struct sk_buff*);
135 * neighbour table manipulation
146 int (*constructor)(struct neighbour *);
166 struct neighbour **hash_buckets;
186 extern struct neighbour * neigh_lookup(struct neigh_table *tbl,
189 extern struct neighbour * neigh_lookup_nodev(struct neigh_table *tbl,
191 extern struct neighbour * neigh_create(struct neigh_table *tbl,
194 extern void neigh_destroy(struct neighbour *neigh);
195 extern int __neigh_event_send(struct neighbour *neigh, struct sk_buff *skb);
196 extern int neigh_update(struct neighbour *neigh, const u8 *lladdr, u8 new,
203 extern struct neighbour *neigh_event_ns(struct neigh_table *tbl,
217 extern void neigh_app_ns(struct neighbour *n);
218 extern void neigh_for_each(struct neigh_table *tbl, void (*cb)(struct neighbour *, void *), void *cookie);
219 extern void __neigh_for_each_release(struct neigh_table *tbl, int (*cb)(struct neighbour *));
225 struct neighbour *n, loff_t *pos);
265 static inline void neigh_release(struct neighbour *neigh)
271 static inline struct neighbour * neigh_clone(struct neighbour *neigh)
280 static inline void neigh_confirm(struct neighbour *neigh)
286 static inline int neigh_is_connected(struct neighbour *neigh)
291 static inline int neigh_is_valid(struct neighbour *neigh)
296 static inline int neigh_event_send(struct neighbour *neigh, struct sk_buff *skb)
322 static inline struct neighbour *
325 struct neighbour *n = neigh_lookup(tbl, pkey, dev);
334 static inline struct neighbour *
338 struct neighbour *n = neigh_lookup(tbl, pkey, dev);