Home
last modified time | relevance | path

Searched refs:orig_sn (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/net/mac80211/
Dmesh_hwmp.c105 const u8 *orig_addr, u32 orig_sn, in mesh_path_sel_frame_tx() argument
177 put_unaligned_le32(orig_sn, pos); in mesh_path_sel_frame_tx()
194 put_unaligned_le32(orig_sn, pos); in mesh_path_sel_frame_tx()
381 u32 orig_sn, orig_metric; in hwmp_route_info_get() local
400 orig_sn = PREQ_IE_ORIG_SN(hwmp_ie); in hwmp_route_info_get()
411 orig_sn = PREP_IE_TARGET_SN(hwmp_ie); in hwmp_route_info_get()
438 if (SN_GT(mpath->sn, orig_sn) || in hwmp_route_info_get()
439 (mpath->sn == orig_sn && in hwmp_route_info_get()
458 mpath->sn = orig_sn; in hwmp_route_info_get()
520 u32 orig_sn, target_sn, lifetime, orig_metric; in hwmp_preq_frame_process() local
[all …]