Searched refs:neigh_for_each (Results 1 – 3 of 3) sorted by relevance
| /linux/include/net/ |
| H A D | neighbour.h | 406 void neigh_for_each(struct neigh_table *tbl,
|
| /linux/net/core/ |
| H A D | neighbour.c | 3151 void neigh_for_each(struct neigh_table *tbl, void (*cb)(struct neighbour *, void *), void *cookie) 3169 EXPORT_SYMBOL(neigh_for_each); in neigh_for_each() 3152 void neigh_for_each(struct neigh_table *tbl, void (*cb)(struct neighbour *, void *), void *cookie) neigh_for_each() function
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_router.c | 3020 neigh_for_each(&arp_tbl, mlxsw_sp_neigh_rif_made_sync_each, &rms); in mlxsw_sp_neigh_rif_made_sync() 3025 neigh_for_each(&nd_tbl, mlxsw_sp_neigh_rif_made_sync_each, &rms); in mlxsw_sp_neigh_rif_made_sync()
|