Lines Matching refs:neigh_table
75 struct neigh_table *tbl;
136 struct neigh_table *tbl;
194 struct neigh_table {
281 struct neigh_table *tbl,
304 static inline struct neighbour *__neigh_lookup_noref(struct neigh_table *tbl,
311 void neigh_table_init(int index, struct neigh_table *tbl);
312 int neigh_table_clear(int index, struct neigh_table *tbl);
313 struct neighbour *neigh_lookup(struct neigh_table *tbl, const void *pkey,
315 struct neighbour *__neigh_create(struct neigh_table *tbl, const void *pkey,
317 static inline struct neighbour *neigh_create(struct neigh_table *tbl,
328 bool neigh_remove_one(struct neighbour *ndel, struct neigh_table *tbl);
329 void neigh_changeaddr(struct neigh_table *tbl, struct net_device *dev);
330 int neigh_ifdown(struct neigh_table *tbl, struct net_device *dev);
331 int neigh_carrier_down(struct neigh_table *tbl, struct net_device *dev);
335 struct neighbour *neigh_event_ns(struct neigh_table *tbl,
340 struct neigh_table *tbl);
341 void neigh_parms_release(struct neigh_table *tbl, struct neigh_parms *parms);
351 void pneigh_enqueue(struct neigh_table *tbl, struct neigh_parms *p,
353 struct pneigh_entry *pneigh_lookup(struct neigh_table *tbl, struct net *net,
356 struct pneigh_entry *__pneigh_lookup(struct neigh_table *tbl, struct net *net,
358 int pneigh_delete(struct neigh_table *tbl, struct net *net, const void *key,
367 void neigh_for_each(struct neigh_table *tbl,
369 void __neigh_for_each_release(struct neigh_table *tbl,
372 void pneigh_for_each(struct neigh_table *tbl,
377 struct neigh_table *tbl;
387 void *neigh_seq_start(struct seq_file *, loff_t *, struct neigh_table *,
516 __neigh_lookup(struct neigh_table *tbl, const void *pkey, struct net_device *dev, int creat)
528 __neigh_lookup_errno(struct neigh_table *tbl, const void *pkey,