Lines Matching refs:target_addr

565 	const u8 *target_addr, *orig_addr;  in hwmp_preq_frame_process()  local
574 target_addr = PREQ_IE_TARGET_ADDR(preq_elem); in hwmp_preq_frame_process()
585 if (ether_addr_equal(target_addr, sdata->vif.addr)) { in hwmp_preq_frame_process()
601 } else if (is_broadcast_ether_addr(target_addr) && in hwmp_preq_frame_process()
608 target_addr = sdata->vif.addr; in hwmp_preq_frame_process()
619 mpath = mesh_path_lookup(sdata, target_addr); in hwmp_preq_frame_process()
643 orig_sn, 0, target_addr, in hwmp_preq_frame_process()
670 target_addr = PREQ_IE_TARGET_ADDR(preq_elem); in hwmp_preq_frame_process()
675 orig_sn, target_flags, target_addr, in hwmp_preq_frame_process()
701 const u8 *target_addr, *orig_addr; in hwmp_prep_frame_process() local
739 target_addr = PREP_IE_TARGET_ADDR(prep_elem); in hwmp_prep_frame_process()
744 target_addr, target_sn, next_hop, hopcount, in hwmp_prep_frame_process()
764 const u8 *ta, *target_addr; in hwmp_perr_frame_process() local
775 target_addr = PERR_IE_TARGET_ADDR(perr_elem); in hwmp_perr_frame_process()
780 mpath = mesh_path_lookup(sdata, target_addr); in hwmp_perr_frame_process()
799 mesh_path_error_tx(sdata, ttl, target_addr, in hwmp_perr_frame_process()
1140 u8 *target_addr = hdr->addr3; in mesh_nexthop_resolve() local
1154 mpath = mesh_path_lookup(sdata, target_addr); in mesh_nexthop_resolve()
1156 mpath = mesh_path_add(sdata, target_addr); in mesh_nexthop_resolve()
1230 u8 *target_addr = hdr->addr3; in mesh_nexthop_lookup() local
1236 mpath = mesh_path_lookup(sdata, target_addr); in mesh_nexthop_lookup()