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

/net/mac80211/
H A Dmesh_hwmp.c105 const u8 *orig_addr, __le32 orig_sn,
179 memcpy(pos, &orig_sn, 4);
196 memcpy(pos, &orig_sn, 4);
383 u32 orig_sn, orig_metric; local
402 orig_sn = PREQ_IE_ORIG_SN(hwmp_ie);
413 orig_sn = PREP_IE_TARGET_SN(hwmp_ie);
440 if (SN_GT(mpath->sn, orig_sn) ||
441 (mpath->sn == orig_sn &&
460 mpath->sn = orig_sn;
522 u32 orig_sn, target_s local
104 mesh_path_sel_frame_tx(enum mpath_frame_type action, u8 flags, const u8 *orig_addr, __le32 orig_sn, u8 target_flags, const 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
659 u32 target_sn, orig_sn, lifetime; local
773 u32 orig_sn, metric, metric_txsta, interval; local
[all...]

Completed in 35 milliseconds