• Home
  • Raw
  • Download

Lines Matching refs:orig_addr

101 				  const u8 *orig_addr, u32 orig_sn,  in mesh_path_sel_frame_tx()  argument
141 mhwmp_dbg(sdata, "sending PREP to %pM\n", orig_addr); in mesh_path_sel_frame_tx()
147 mhwmp_dbg(sdata, "sending RANN from %pM\n", orig_addr); in mesh_path_sel_frame_tx()
170 memcpy(pos, orig_addr, ETH_ALEN); in mesh_path_sel_frame_tx()
187 memcpy(pos, orig_addr, ETH_ALEN); in mesh_path_sel_frame_tx()
388 const u8 *orig_addr, *ta; in hwmp_route_info_get() local
408 orig_addr = PREQ_IE_ORIG_ADDR(hwmp_ie); in hwmp_route_info_get()
420 orig_addr = PREP_IE_TARGET_ADDR(hwmp_ie); in hwmp_route_info_get()
435 if (ether_addr_equal(orig_addr, sdata->vif.addr)) { in hwmp_route_info_get()
442 mpath = mesh_path_lookup(sdata, orig_addr); in hwmp_route_info_get()
480 mpath = mesh_path_add(sdata, orig_addr); in hwmp_route_info_get()
513 if (ether_addr_equal(orig_addr, ta)) in hwmp_route_info_get()
565 const u8 *target_addr, *orig_addr; in hwmp_preq_frame_process() local
575 orig_addr = PREQ_IE_ORIG_ADDR(preq_elem); in hwmp_preq_frame_process()
583 mhwmp_dbg(sdata, "received PREQ from %pM\n", orig_addr); in hwmp_preq_frame_process()
604 mpath = mesh_path_lookup(sdata, orig_addr); in hwmp_preq_frame_process()
642 mesh_path_sel_frame_tx(MPATH_PREP, 0, orig_addr, in hwmp_preq_frame_process()
662 mhwmp_dbg(sdata, "forwarding the PREQ from %pM\n", orig_addr); in hwmp_preq_frame_process()
674 mesh_path_sel_frame_tx(MPATH_PREQ, flags, orig_addr, in hwmp_preq_frame_process()
701 const u8 *target_addr, *orig_addr; in hwmp_prep_frame_process() local
709 orig_addr = PREP_IE_ORIG_ADDR(prep_elem); in hwmp_prep_frame_process()
710 if (ether_addr_equal(orig_addr, sdata->vif.addr)) in hwmp_prep_frame_process()
724 mpath = mesh_path_lookup(sdata, orig_addr); in hwmp_prep_frame_process()
743 mesh_path_sel_frame_tx(MPATH_PREP, flags, orig_addr, orig_sn, 0, in hwmp_prep_frame_process()
818 const u8 *orig_addr; in hwmp_rann_frame_process() local
825 orig_addr = rann->rann_addr; in hwmp_rann_frame_process()
833 if (ether_addr_equal(orig_addr, sdata->vif.addr)) in hwmp_rann_frame_process()
838 orig_addr, mgmt->sa, root_is_gate); in hwmp_rann_frame_process()
852 mpath = mesh_path_lookup(sdata, orig_addr); in hwmp_rann_frame_process()
854 mpath = mesh_path_add(sdata, orig_addr); in hwmp_rann_frame_process()
875 orig_addr); in hwmp_rann_frame_process()
898 mesh_path_sel_frame_tx(MPATH_RANN, flags, orig_addr, in hwmp_rann_frame_process()