Searched defs:exp_time (Results 1 - 4 of 4) sorted by relevance

/net/mac80211/
H A Dmesh.h85 * @exp_time: in jiffies, when the path will expire or when it expired
116 unsigned long exp_time; member in struct:mesh_path
174 * @exp_time: expiration time of the entry, in jiffies
184 unsigned long exp_time; member in struct:rmc_entry
H A Dibss.c1215 unsigned long exp_time = IEEE80211_IBSS_INACTIVITY_LIMIT; local
1224 if (time_after(jiffies, sta->last_rx + exp_time) ||
H A Dmesh_hwmp.c382 unsigned long orig_lifetime, exp_time; local
422 exp_time = TU_TO_EXP_TIME(orig_lifetime);
459 mpath->exp_time = time_after(mpath->exp_time, exp_time)
460 ? mpath->exp_time : exp_time;
497 mpath->exp_time = time_after(mpath->exp_time, exp_time)
[all...]
H A Dsta_info.c1020 unsigned long exp_time)
1031 if (time_after(jiffies, sta->last_rx + exp_time)) {
1019 ieee80211_sta_expire(struct ieee80211_sub_if_data *sdata, unsigned long exp_time) argument

Completed in 533 milliseconds