Lines Matching refs:hopcount
393 u8 hopcount; in hwmp_route_info_get() local
412 hopcount = PREQ_IE_HOPCOUNT(hwmp_ie) + 1; in hwmp_route_info_get()
424 hopcount = PREP_IE_HOPCOUNT(hwmp_ie) + 1; in hwmp_route_info_get()
497 mpath->hop_count = hopcount; in hwmp_route_info_get()
654 u8 hopcount; in hwmp_preq_frame_process() local
665 hopcount = PREQ_IE_HOPCOUNT(preq_elem) + 1; in hwmp_preq_frame_process()
676 target_sn, da, hopcount, ttl, lifetime, in hwmp_preq_frame_process()
702 u8 ttl, hopcount, flags; in hwmp_prep_frame_process() local
738 hopcount = PREP_IE_HOPCOUNT(prep_elem) + 1; in hwmp_prep_frame_process()
744 target_addr, target_sn, next_hop, hopcount, in hwmp_prep_frame_process()
817 u8 ttl, flags, hopcount; in hwmp_rann_frame_process() local
828 hopcount = rann->rann_hopcount; in hwmp_rann_frame_process()
829 hopcount++; in hwmp_rann_frame_process()
900 hopcount, ttl, interval, in hwmp_rann_frame_process()