Home
last modified time | relevance | path

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

/net/mac80211/
Dmesh_hwmp.c390 unsigned long orig_lifetime, exp_time; in hwmp_route_info_get() local
433 exp_time = TU_TO_EXP_TIME(orig_lifetime); in hwmp_route_info_get()
495 mpath->exp_time = time_after(mpath->exp_time, exp_time) in hwmp_route_info_get()
496 ? mpath->exp_time : exp_time; in hwmp_route_info_get()
541 mpath->exp_time = time_after(mpath->exp_time, exp_time) in hwmp_route_info_get()
542 ? mpath->exp_time : exp_time; in hwmp_route_info_get()
1201 mpath->exp_time - in mesh_nexthop_lookup()
1243 mpath->exp_time = jiffies; in mesh_path_timer()
Dmesh_pathtbl.c38 time_after(jiffies, mpath->exp_time) && in mpath_expired()
379 new_mpath->exp_time = jiffies; in mesh_path_new()
749 mpath->exp_time = 0; in mesh_path_fix_nexthop()
776 time_after(jiffies, mpath->exp_time + MESH_PATH_EXPIRE)) in mesh_path_tbl_expire()
Dmesh.h117 unsigned long exp_time; member
150 unsigned long exp_time; member
Dsta_info.h826 unsigned long exp_time);
Dmesh.c228 if (time_after(jiffies, p->exp_time) || in mesh_rmc_check()
242 p->exp_time = jiffies + RMC_TIMEOUT; in mesh_rmc_check()
Dibss.c1262 unsigned long exp_time = IEEE80211_IBSS_INACTIVITY_LIMIT; in ieee80211_ibss_sta_expire() local
1273 if (time_is_before_jiffies(last_active + exp_time) || in ieee80211_ibss_sta_expire()
Dsta_info.c1217 unsigned long exp_time) in ieee80211_sta_expire() argument
1230 if (time_is_before_jiffies(last_active + exp_time)) { in ieee80211_sta_expire()
Dcfg.c1819 if (time_before(jiffies, mpath->exp_time)) in mpath_set_pinfo()
1820 pinfo->exptime = jiffies_to_msecs(mpath->exp_time - jiffies); in mpath_set_pinfo()
Drx.c2843 mppath->exp_time = jiffies; in ieee80211_rx_h_mesh_fwding()
Dtx.c2585 mppath->exp_time = jiffies; in ieee80211_build_hdr()