Searched refs:neigh_table (Results 1 – 5 of 5) sorted by relevance
/include/net/ |
D | neighbour.h | 75 struct neigh_table *tbl; 136 struct neigh_table *tbl; 194 struct neigh_table { struct 277 struct neigh_table *tbl, in ___neigh_lookup_noref() 300 static inline struct neighbour *__neigh_lookup_noref(struct neigh_table *tbl, in __neigh_lookup_noref() 307 void neigh_table_init(int index, struct neigh_table *tbl); 308 int neigh_table_clear(int index, struct neigh_table *tbl); 309 struct neighbour *neigh_lookup(struct neigh_table *tbl, const void *pkey, 311 struct neighbour *__neigh_create(struct neigh_table *tbl, const void *pkey, 313 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 | 59 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,
|