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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dmesh_hwmp.c108 u8 *orig_addr, __le32 orig_sn, u8 target_flags, u8 *target,
172 memcpy(pos, &orig_sn, 4);
333 u32 orig_sn, orig_metric; local
352 orig_sn = PREQ_IE_ORIG_SN(hwmp_ie);
365 orig_sn = PREP_IE_ORIG_SN(hwmp_ie);
392 if (SN_GT(mpath->sn, orig_sn) ||
393 (mpath->sn == orig_sn &&
414 mpath->sn = orig_sn;
477 u32 orig_sn, target_sn, lifetime; local
485 orig_sn
107 mesh_path_sel_frame_tx(enum mpath_frame_type action, u8 flags, u8 *orig_addr, __le32 orig_sn, u8 target_flags, u8 *target, __le32 target_sn, const u8 *da, u8 hop_count, u8 ttl, __le32 lifetime, __le32 metric, __le32 preq_id, struct ieee80211_sub_if_data *sdata) argument
572 u32 target_sn, orig_sn, lifetime; local
681 u32 orig_sn, metric; local
[all...]

Completed in 103 milliseconds