Home
last modified time | relevance | path

Searched refs:path_refresh_time (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/net/mac80211/
Ddebugfs_netdev.c639 IEEE80211_IF_FILE(path_refresh_time,
640 u.mesh.mshcfg.path_refresh_time, DEC);
773 MESHPARAMS_ADD(path_refresh_time); in add_mesh_config()
Dmesh_hwmp.c1242 msecs_to_jiffies(sdata->u.mesh.mshcfg.path_refresh_time)) && in mesh_nexthop_lookup()
Dcfg.c2311 conf->path_refresh_time = nconf->path_refresh_time; in ieee80211_update_mesh_config()
/linux-5.19.10/net/wireless/
Dmesh.c72 .path_refresh_time = MESH_PATH_REFRESH_TIME,
Dtrace.h57 __field(u32, path_refresh_time) \
89 __entry->path_refresh_time = conf->path_refresh_time; \
Dnl80211.c7719 cur_params.path_refresh_time) || in nl80211_get_mesh_config()
7888 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, path_refresh_time, mask, in nl80211_parse_mesh_config()
7892 (cfg->path_refresh_time < 1 || cfg->path_refresh_time > 65535)) in nl80211_parse_mesh_config()
/linux-5.19.10/include/net/
Dcfg80211.h2173 u32 path_refresh_time; member