Lines Matching refs:target_addr

517 	const u8 *target_addr, *orig_addr;  in hwmp_preq_frame_process()  local
526 target_addr = PREQ_IE_TARGET_ADDR(preq_elem); in hwmp_preq_frame_process()
538 if (ether_addr_equal(target_addr, sdata->vif.addr)) { in hwmp_preq_frame_process()
550 } else if (is_broadcast_ether_addr(target_addr) && in hwmp_preq_frame_process()
557 target_addr = sdata->vif.addr; in hwmp_preq_frame_process()
568 mpath = mesh_path_lookup(sdata, target_addr); in hwmp_preq_frame_process()
594 orig_sn, 0, target_addr, in hwmp_preq_frame_process()
620 target_addr = PREQ_IE_TARGET_ADDR(preq_elem); in hwmp_preq_frame_process()
626 orig_sn, target_flags, target_addr, in hwmp_preq_frame_process()
652 const u8 *target_addr, *orig_addr; in hwmp_prep_frame_process() local
690 target_addr = PREP_IE_TARGET_ADDR(prep_elem); in hwmp_prep_frame_process()
695 target_addr, target_sn, next_hop, hopcount, in hwmp_prep_frame_process()
715 const u8 *ta, *target_addr; in hwmp_perr_frame_process() local
726 target_addr = PERR_IE_TARGET_ADDR(perr_elem); in hwmp_perr_frame_process()
731 mpath = mesh_path_lookup(sdata, target_addr); in hwmp_perr_frame_process()
746 mesh_path_error_tx(sdata, ttl, target_addr, in hwmp_perr_frame_process()
1072 u8 *target_addr = hdr->addr3; in mesh_nexthop_resolve() local
1085 mpath = mesh_path_lookup(sdata, target_addr); in mesh_nexthop_resolve()
1087 mpath = mesh_path_add(sdata, target_addr); in mesh_nexthop_resolve()
1129 u8 *target_addr = hdr->addr3; in mesh_nexthop_lookup() local
1133 mpath = mesh_path_lookup(sdata, target_addr); in mesh_nexthop_lookup()