Searched refs:hopcount (Results 1 – 1 of 1) sorted by relevance
/net/mac80211/ |
D | mesh_hwmp.c | 399 u8 hopcount; in hwmp_route_info_get() local 418 hopcount = PREQ_IE_HOPCOUNT(hwmp_ie) + 1; in hwmp_route_info_get() 430 hopcount = PREP_IE_HOPCOUNT(hwmp_ie) + 1; in hwmp_route_info_get() 505 mpath->hop_count = hopcount; in hwmp_route_info_get() 668 u8 hopcount; in hwmp_preq_frame_process() local 679 hopcount = PREQ_IE_HOPCOUNT(preq_elem) + 1; in hwmp_preq_frame_process() 690 target_sn, da, hopcount, ttl, lifetime, in hwmp_preq_frame_process() 716 u8 ttl, hopcount, flags; in hwmp_prep_frame_process() local 752 hopcount = PREP_IE_HOPCOUNT(prep_elem) + 1; in hwmp_prep_frame_process() 758 target_addr, target_sn, next_hop, hopcount, in hwmp_prep_frame_process() [all …]
|