Lines Matching refs:target_addr

570 	const u8 *target_addr, *orig_addr;  in hwmp_preq_frame_process()  local
579 target_addr = PREQ_IE_TARGET_ADDR(preq_elem); in hwmp_preq_frame_process()
590 if (ether_addr_equal(target_addr, sdata->vif.addr)) { in hwmp_preq_frame_process()
606 } else if (is_broadcast_ether_addr(target_addr) && in hwmp_preq_frame_process()
613 target_addr = sdata->vif.addr; in hwmp_preq_frame_process()
624 mpath = mesh_path_lookup(sdata, target_addr); in hwmp_preq_frame_process()
648 orig_sn, 0, target_addr, in hwmp_preq_frame_process()
675 target_addr = PREQ_IE_TARGET_ADDR(preq_elem); in hwmp_preq_frame_process()
680 orig_sn, target_flags, target_addr, in hwmp_preq_frame_process()
706 const u8 *target_addr, *orig_addr; in hwmp_prep_frame_process() local
744 target_addr = PREP_IE_TARGET_ADDR(prep_elem); in hwmp_prep_frame_process()
749 target_addr, target_sn, next_hop, hopcount, in hwmp_prep_frame_process()
769 const u8 *ta, *target_addr; in hwmp_perr_frame_process() local
780 target_addr = PERR_IE_TARGET_ADDR(perr_elem); in hwmp_perr_frame_process()
785 mpath = mesh_path_lookup(sdata, target_addr); in hwmp_perr_frame_process()
804 mesh_path_error_tx(sdata, ttl, target_addr, in hwmp_perr_frame_process()
1145 u8 *target_addr = hdr->addr3; in mesh_nexthop_resolve() local
1159 mpath = mesh_path_lookup(sdata, target_addr); in mesh_nexthop_resolve()
1161 mpath = mesh_path_add(sdata, target_addr); in mesh_nexthop_resolve()
1235 u8 *target_addr = hdr->addr3; in mesh_nexthop_lookup() local
1241 mpath = mesh_path_lookup(sdata, target_addr); in mesh_nexthop_lookup()