orig_sn           101 net/mac80211/mesh_hwmp.c 				  const u8 *orig_addr, u32 orig_sn,
orig_sn           172 net/mac80211/mesh_hwmp.c 		put_unaligned_le32(orig_sn, pos);
orig_sn           189 net/mac80211/mesh_hwmp.c 		put_unaligned_le32(orig_sn, pos);
orig_sn           389 net/mac80211/mesh_hwmp.c 	u32 orig_sn, orig_metric;
orig_sn           409 net/mac80211/mesh_hwmp.c 		orig_sn = PREQ_IE_ORIG_SN(hwmp_ie);
orig_sn           421 net/mac80211/mesh_hwmp.c 		orig_sn = PREP_IE_TARGET_SN(hwmp_ie);
orig_sn           449 net/mac80211/mesh_hwmp.c 				if (SN_GT(mpath->sn, orig_sn) ||
orig_sn           450 net/mac80211/mesh_hwmp.c 				    (mpath->sn == orig_sn &&
orig_sn           462 net/mac80211/mesh_hwmp.c 				newer_sn = have_sn && SN_GT(orig_sn, mpath->sn);
orig_sn           464 net/mac80211/mesh_hwmp.c 					  (SN_DELTA(orig_sn, mpath->sn) >
orig_sn           494 net/mac80211/mesh_hwmp.c 			mpath->sn = orig_sn;
orig_sn           568 net/mac80211/mesh_hwmp.c 	u32 orig_sn, target_sn, lifetime, target_metric = 0;
orig_sn           577 net/mac80211/mesh_hwmp.c 	orig_sn = PREQ_IE_ORIG_SN(preq_elem);
orig_sn           643 net/mac80211/mesh_hwmp.c 					       orig_sn, 0, target_addr,
orig_sn           675 net/mac80211/mesh_hwmp.c 				       orig_sn, target_flags, target_addr,
orig_sn           704 net/mac80211/mesh_hwmp.c 	u32 target_sn, orig_sn, lifetime;
orig_sn           741 net/mac80211/mesh_hwmp.c 	orig_sn = PREP_IE_ORIG_SN(prep_elem);
orig_sn           743 net/mac80211/mesh_hwmp.c 	mesh_path_sel_frame_tx(MPATH_PREP, flags, orig_addr, orig_sn, 0,
orig_sn           819 net/mac80211/mesh_hwmp.c 	u32 orig_sn, new_metric, orig_metric, last_hop_metric, interval;
orig_sn           826 net/mac80211/mesh_hwmp.c 	orig_sn = le32_to_cpu(rann->rann_seq);
orig_sn           862 net/mac80211/mesh_hwmp.c 	if (!(SN_LT(mpath->sn, orig_sn)) &&
orig_sn           863 net/mac80211/mesh_hwmp.c 	    !(mpath->sn == orig_sn && new_metric < mpath->rann_metric)) {
orig_sn           880 net/mac80211/mesh_hwmp.c 	mpath->sn = orig_sn;
orig_sn           899 net/mac80211/mesh_hwmp.c 				       orig_sn, 0, NULL, 0, broadcast_addr,