Searched refs:neigh_table (Results 1 – 5 of 5) sorted by relevance
/include/net/ |
D | neighbour.h | 76 struct neigh_table *tbl; 139 struct neigh_table *tbl; 200 struct neigh_table { struct 286 struct neigh_table *tbl, in ___neigh_lookup_noref() 309 static inline struct neighbour *__neigh_lookup_noref(struct neigh_table *tbl, in __neigh_lookup_noref() 316 void neigh_table_init(int index, struct neigh_table *tbl); 317 int neigh_table_clear(int index, struct neigh_table *tbl); 318 struct neighbour *neigh_lookup(struct neigh_table *tbl, const void *pkey, 320 struct neighbour *__neigh_create(struct neigh_table *tbl, const void *pkey, 322 static inline struct neighbour *neigh_create(struct neigh_table *tbl, in neigh_create() [all …]
|
D | arp.h | 11 extern struct neigh_table arp_tbl;
|
D | ipv6_stubs.h | 66 struct neigh_table *nd_tbl;
|
D | ndisc.h | 79 extern struct neigh_table nd_tbl;
|
/include/trace/events/ |
D | neigh.h | 25 TP_PROTO(struct neigh_table *tbl, struct net_device *dev,
|