Home
last modified time | relevance | path

Searched refs:neigh_for_each (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/include/net/
Dneighbour.h392 void neigh_for_each(struct neigh_table *tbl,
/linux-6.12.1/net/core/
Dneighbour.c3088 void neigh_for_each(struct neigh_table *tbl, void (*cb)(struct neighbour *, void *), void *cookie) in neigh_for_each() function
3108 EXPORT_SYMBOL(neigh_for_each);
/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c3017 neigh_for_each(&arp_tbl, mlxsw_sp_neigh_rif_made_sync_each, &rms); in mlxsw_sp_neigh_rif_made_sync()
3022 neigh_for_each(&nd_tbl, mlxsw_sp_neigh_rif_made_sync_each, &rms); in mlxsw_sp_neigh_rif_made_sync()