Lines Matching refs:neigh_table

74 	struct neigh_table *tbl;
135 struct neigh_table *tbl;
190 struct neigh_table { struct
271 struct neigh_table *tbl, in ___neigh_lookup_noref()
294 static inline struct neighbour *__neigh_lookup_noref(struct neigh_table *tbl, in __neigh_lookup_noref()
301 void neigh_table_init(int index, struct neigh_table *tbl);
302 int neigh_table_clear(int index, struct neigh_table *tbl);
303 struct neighbour *neigh_lookup(struct neigh_table *tbl, const void *pkey,
305 struct neighbour *neigh_lookup_nodev(struct neigh_table *tbl, struct net *net,
307 struct neighbour *__neigh_create(struct neigh_table *tbl, const void *pkey,
309 static inline struct neighbour *neigh_create(struct neigh_table *tbl, in neigh_create()
319 void neigh_changeaddr(struct neigh_table *tbl, struct net_device *dev);
320 int neigh_ifdown(struct neigh_table *tbl, struct net_device *dev);
324 struct neighbour *neigh_event_ns(struct neigh_table *tbl,
329 struct neigh_table *tbl);
330 void neigh_parms_release(struct neigh_table *tbl, struct neigh_parms *parms);
340 void pneigh_enqueue(struct neigh_table *tbl, struct neigh_parms *p,
342 struct pneigh_entry *pneigh_lookup(struct neigh_table *tbl, struct net *net,
345 struct pneigh_entry *__pneigh_lookup(struct neigh_table *tbl, struct net *net,
347 int pneigh_delete(struct neigh_table *tbl, struct net *net, const void *key,
356 void neigh_for_each(struct neigh_table *tbl,
358 void __neigh_for_each_release(struct neigh_table *tbl,
361 void pneigh_for_each(struct neigh_table *tbl,
366 struct neigh_table *tbl;
376 void *neigh_seq_start(struct seq_file *, loff_t *, struct neigh_table *,
472 __neigh_lookup(struct neigh_table *tbl, const void *pkey, struct net_device *dev, int creat) in __neigh_lookup()
484 __neigh_lookup_errno(struct neigh_table *tbl, const void *pkey, in __neigh_lookup_errno()