Lines Matching refs:target_addr

581 	const u8 *target_addr, *orig_addr;  in hwmp_preq_frame_process()  local
590 target_addr = PREQ_IE_TARGET_ADDR(preq_elem); in hwmp_preq_frame_process()
601 if (ether_addr_equal(target_addr, sdata->vif.addr)) { in hwmp_preq_frame_process()
617 } else if (is_broadcast_ether_addr(target_addr) && in hwmp_preq_frame_process()
624 target_addr = sdata->vif.addr; in hwmp_preq_frame_process()
635 mpath = mesh_path_lookup(sdata, target_addr); in hwmp_preq_frame_process()
659 orig_sn, 0, target_addr, in hwmp_preq_frame_process()
686 target_addr = PREQ_IE_TARGET_ADDR(preq_elem); in hwmp_preq_frame_process()
691 orig_sn, target_flags, target_addr, in hwmp_preq_frame_process()
717 const u8 *target_addr, *orig_addr; in hwmp_prep_frame_process() local
755 target_addr = PREP_IE_TARGET_ADDR(prep_elem); in hwmp_prep_frame_process()
760 target_addr, target_sn, next_hop, hopcount, in hwmp_prep_frame_process()
780 const u8 *ta, *target_addr; in hwmp_perr_frame_process() local
791 target_addr = PERR_IE_TARGET_ADDR(perr_elem); in hwmp_perr_frame_process()
796 mpath = mesh_path_lookup(sdata, target_addr); in hwmp_perr_frame_process()
815 mesh_path_error_tx(sdata, ttl, target_addr, in hwmp_perr_frame_process()
1156 u8 *target_addr = hdr->addr3; in mesh_nexthop_resolve() local
1170 mpath = mesh_path_lookup(sdata, target_addr); in mesh_nexthop_resolve()
1172 mpath = mesh_path_add(sdata, target_addr); in mesh_nexthop_resolve()
1260 u8 *target_addr = hdr->addr3; in mesh_nexthop_lookup() local
1266 mpath = mesh_path_lookup(sdata, target_addr); in mesh_nexthop_lookup()