Searched refs:MESH_PATH_EXPIRE (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/net/mac80211/ | ||
D | mesh.h | 193 #define MESH_PATH_EXPIRE (600 * HZ) macro |
D | mesh_pathtbl.c | 1055 time_after(jiffies, mpath->exp_time + MESH_PATH_EXPIRE)) in mesh_path_tbl_expire() |