Lines Matching refs:neigh_table

77 	struct neigh_table *tbl;
139 struct neigh_table *tbl;
200 struct neigh_table {
294 struct neigh_table *tbl,
317 static inline struct neighbour *__neigh_lookup_noref(struct neigh_table *tbl,
335 void neigh_table_init(int index, struct neigh_table *tbl);
336 int neigh_table_clear(int index, struct neigh_table *tbl);
337 struct neighbour *neigh_lookup(struct neigh_table *tbl, const void *pkey,
339 struct neighbour *__neigh_create(struct neigh_table *tbl, const void *pkey,
341 static inline struct neighbour *neigh_create(struct neigh_table *tbl,
353 bool neigh_remove_one(struct neighbour *ndel, struct neigh_table *tbl);
354 void neigh_changeaddr(struct neigh_table *tbl, struct net_device *dev);
355 int neigh_ifdown(struct neigh_table *tbl, struct net_device *dev);
356 int neigh_carrier_down(struct neigh_table *tbl, struct net_device *dev);
360 struct neighbour *neigh_event_ns(struct neigh_table *tbl,
365 struct neigh_table *tbl);
366 void neigh_parms_release(struct neigh_table *tbl, struct neigh_parms *parms);
376 void pneigh_enqueue(struct neigh_table *tbl, struct neigh_parms *p,
378 struct pneigh_entry *pneigh_lookup(struct neigh_table *tbl, struct net *net,
381 struct pneigh_entry *__pneigh_lookup(struct neigh_table *tbl, struct net *net,
383 int pneigh_delete(struct neigh_table *tbl, struct net *net, const void *key,
392 void neigh_for_each(struct neigh_table *tbl,
394 void __neigh_for_each_release(struct neigh_table *tbl,
400 struct neigh_table *tbl;
410 void *neigh_seq_start(struct seq_file *, loff_t *, struct neigh_table *,
546 __neigh_lookup(struct neigh_table *tbl, const void *pkey, struct net_device *dev, int creat)
558 __neigh_lookup_errno(struct neigh_table *tbl, const void *pkey,