Home
last modified time | relevance | path

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

/linux-4.4.14/net/mac80211/
Dmesh_hwmp.c102 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()
374 u32 orig_sn, orig_metric; in hwmp_route_info_get() local
393 orig_sn = PREQ_IE_ORIG_SN(hwmp_ie); in hwmp_route_info_get()
404 orig_sn = PREP_IE_TARGET_SN(hwmp_ie); in hwmp_route_info_get()
431 if (SN_GT(mpath->sn, orig_sn) || in hwmp_route_info_get()
432 (mpath->sn == orig_sn && in hwmp_route_info_get()
441 newer_sn = have_sn && SN_GT(orig_sn, mpath->sn); in hwmp_route_info_get()
443 (SN_DELTA(orig_sn, mpath->sn) > in hwmp_route_info_get()
[all …]