• Home
  • Raw
  • Download

Lines Matching full:ttl

106 				  u8 hop_count, u8 ttl,  in mesh_path_sel_frame_tx()  argument
161 *pos++ = ttl; in mesh_path_sel_frame_tx()
225 * @ttl: allowed remaining hops
237 u8 ttl, const u8 *target, u32 target_sn, in mesh_path_error_tx() argument
274 /* ttl */ in mesh_path_error_tx()
275 *pos++ = ttl; in mesh_path_error_tx()
552 u8 target_flags, ttl, flags; in hwmp_preq_frame_process() local
624 ttl = ifmsh->mshcfg.element_ttl; in hwmp_preq_frame_process()
625 if (ttl != 0) { in hwmp_preq_frame_process()
629 target_sn, mgmt->sa, 0, ttl, in hwmp_preq_frame_process()
641 ttl = PREQ_IE_TTL(preq_elem); in hwmp_preq_frame_process()
643 if (ttl <= 1) { in hwmp_preq_frame_process()
648 --ttl; in hwmp_preq_frame_process()
661 target_sn, da, hopcount, ttl, lifetime, in hwmp_preq_frame_process()
687 u8 ttl, hopcount, flags; in hwmp_prep_frame_process() local
702 ttl = PREP_IE_TTL(prep_elem); in hwmp_prep_frame_process()
703 if (ttl <= 1) { in hwmp_prep_frame_process()
720 --ttl; in hwmp_prep_frame_process()
730 ttl, lifetime, metric, 0, sdata); in hwmp_prep_frame_process()
748 u8 ttl; in hwmp_perr_frame_process() local
754 ttl = PERR_IE_TTL(perr_elem); in hwmp_perr_frame_process()
755 if (ttl <= 1) { in hwmp_perr_frame_process()
759 ttl--; in hwmp_perr_frame_process()
784 mesh_path_error_tx(sdata, ttl, target_addr, in hwmp_perr_frame_process()
802 u8 ttl, flags, hopcount; in hwmp_rann_frame_process() local
807 ttl = rann->rann_ttl; in hwmp_rann_frame_process()
857 !(mpath->flags & MESH_PATH_FIXED) && (ttl != 0)) { in hwmp_rann_frame_process()
875 if (ttl <= 1) { in hwmp_rann_frame_process()
880 ttl--; in hwmp_rann_frame_process()
885 hopcount, ttl, interval, in hwmp_rann_frame_process()
1019 u8 ttl, target_flags = 0; in mesh_path_start_discovery() local
1074 ttl = sdata->u.mesh.mshcfg.element_ttl; in mesh_path_start_discovery()
1075 if (ttl == 0) { in mesh_path_start_discovery()
1090 ttl, lifetime, 0, ifmsh->preq_id++, sdata); in mesh_path_start_discovery()