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