Home
last modified time | relevance | path

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

/openbmc/linux/net/mac80211/
H A Dmesh_hwmp.c101 const u8 *orig_addr, u32 orig_sn, in mesh_path_sel_frame_tx() argument
172 put_unaligned_le32(orig_sn, pos); in mesh_path_sel_frame_tx()
189 put_unaligned_le32(orig_sn, pos); in mesh_path_sel_frame_tx()
394 u32 orig_sn, orig_metric; in hwmp_route_info_get() local
415 orig_sn = PREQ_IE_ORIG_SN(hwmp_ie); in hwmp_route_info_get()
455 if (SN_GT(mpath->sn, orig_sn) || in hwmp_route_info_get()
456 (mpath->sn == orig_sn && in hwmp_route_info_get()
502 mpath->sn = orig_sn; in hwmp_route_info_get()
657 orig_sn, 0, target_addr, in hwmp_preq_frame_process()
718 u32 target_sn, orig_sn, lifetime; in hwmp_prep_frame_process() local
[all …]