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