Searched refs:MESH_MAX_MPATHS (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/ | ||
D | mesh.h | 188 #define MESH_MAX_MPATHS 1024 macro |
D | mesh_pathtbl.c | 414 if (atomic_add_unless(&sdata->u.mesh.mpaths, 1, MESH_MAX_MPATHS) == 0) in mesh_path_add() |