Lines Matching refs:target_addr

530 	const u8 *target_addr, *orig_addr;  in hwmp_preq_frame_process()  local
539 target_addr = PREQ_IE_TARGET_ADDR(preq_elem); in hwmp_preq_frame_process()
550 if (ether_addr_equal(target_addr, sdata->vif.addr)) { in hwmp_preq_frame_process()
562 } else if (is_broadcast_ether_addr(target_addr) && in hwmp_preq_frame_process()
569 target_addr = sdata->vif.addr; in hwmp_preq_frame_process()
580 mpath = mesh_path_lookup(sdata, target_addr); in hwmp_preq_frame_process()
604 orig_sn, 0, target_addr, in hwmp_preq_frame_process()
631 target_addr = PREQ_IE_TARGET_ADDR(preq_elem); in hwmp_preq_frame_process()
636 orig_sn, target_flags, target_addr, in hwmp_preq_frame_process()
662 const u8 *target_addr, *orig_addr; in hwmp_prep_frame_process() local
700 target_addr = PREP_IE_TARGET_ADDR(prep_elem); in hwmp_prep_frame_process()
705 target_addr, target_sn, next_hop, hopcount, in hwmp_prep_frame_process()
725 const u8 *ta, *target_addr; in hwmp_perr_frame_process() local
736 target_addr = PERR_IE_TARGET_ADDR(perr_elem); in hwmp_perr_frame_process()
741 mpath = mesh_path_lookup(sdata, target_addr); in hwmp_perr_frame_process()
759 mesh_path_error_tx(sdata, ttl, target_addr, in hwmp_perr_frame_process()
1085 u8 *target_addr = hdr->addr3; in mesh_nexthop_resolve() local
1098 mpath = mesh_path_lookup(sdata, target_addr); in mesh_nexthop_resolve()
1100 mpath = mesh_path_add(sdata, target_addr); in mesh_nexthop_resolve()
1142 u8 *target_addr = hdr->addr3; in mesh_nexthop_lookup() local
1146 mpath = mesh_path_lookup(sdata, target_addr); in mesh_nexthop_lookup()