Home
last modified time | relevance | path

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

/Linux-v4.19/net/mac80211/
Dmesh_hwmp.c103 const u8 *orig_addr, u32 orig_sn, in mesh_path_sel_frame_tx() argument
174 put_unaligned_le32(orig_sn, pos); in mesh_path_sel_frame_tx()
191 put_unaligned_le32(orig_sn, pos); in mesh_path_sel_frame_tx()
385 u32 orig_sn, orig_metric; in hwmp_route_info_get() local
404 orig_sn = PREQ_IE_ORIG_SN(hwmp_ie); in hwmp_route_info_get()
415 orig_sn = PREP_IE_TARGET_SN(hwmp_ie); in hwmp_route_info_get()
442 if (SN_GT(mpath->sn, orig_sn) || in hwmp_route_info_get()
443 (mpath->sn == orig_sn && in hwmp_route_info_get()
452 newer_sn = have_sn && SN_GT(orig_sn, mpath->sn); in hwmp_route_info_get()
454 (SN_DELTA(orig_sn, mpath->sn) > in hwmp_route_info_get()
[all …]