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