Searched refs:element_ttl (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/net/wireless/ |
D | mesh.c | 58 .element_ttl = MESH_DEFAULT_ELEMENT_TTL,
|
D | trace.h | 52 __field(u8, element_ttl) \ 81 __entry->element_ttl = conf->element_ttl; \
|
D | nl80211.c | 5056 cur_params.element_ttl) || in nl80211_get_mesh_config() 5202 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, element_ttl, 1, 255, in nl80211_parse_mesh_config()
|
/linux-4.4.14/net/mac80211/ |
D | debugfs_netdev.c | 568 IEEE80211_IF_FILE(element_ttl, u.mesh.mshcfg.element_ttl, DEC); 693 MESHPARAMS_ADD(element_ttl); in add_mesh_config()
|
D | mesh_hwmp.c | 600 ttl = ifmsh->mshcfg.element_ttl; in hwmp_preq_frame_process() 1042 ttl = sdata->u.mesh.mshcfg.element_ttl; in mesh_path_start_discovery() 1220 0, ifmsh->mshcfg.element_ttl, in mesh_path_tx_root_frame() 1232 0, ifmsh->mshcfg.element_ttl, interval, in mesh_path_tx_root_frame()
|
D | mesh_pathtbl.c | 771 sdata->u.mesh.mshcfg.element_ttl, in mesh_plink_broken()
|
D | cfg.c | 1694 conf->element_ttl = nconf->element_ttl; in ieee80211_update_mesh_config()
|
D | rx.c | 2362 mesh_path_error_tx(sdata, ifmsh->mshcfg.element_ttl, in ieee80211_rx_h_mesh_fwding()
|
/linux-4.4.14/include/net/ |
D | cfg80211.h | 1308 u8 element_ttl; member
|