Home
last modified time | relevance | path

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

/net/mac80211/
Dmesh_hwmp.c386 unsigned long orig_lifetime, exp_time; in hwmp_route_info_get() local
426 exp_time = TU_TO_EXP_TIME(orig_lifetime); in hwmp_route_info_get()
483 mpath->exp_time = time_after(mpath->exp_time, exp_time) in hwmp_route_info_get()
484 ? mpath->exp_time : exp_time; in hwmp_route_info_get()
521 mpath->exp_time = time_after(mpath->exp_time, exp_time) in hwmp_route_info_get()
522 ? mpath->exp_time : exp_time; in hwmp_route_info_get()
1171 mpath->exp_time - in mesh_nexthop_lookup()
1215 mpath->exp_time = jiffies; in mesh_path_timer()
Dmesh.h117 unsigned long exp_time; member
165 unsigned long exp_time; member
Dmesh_pathtbl.c41 time_after(jiffies, mpath->exp_time) && in mpath_expired()
402 new_mpath->exp_time = jiffies; in mesh_path_new()
828 mpath->exp_time = 0; in mesh_path_fix_nexthop()
886 time_after(jiffies, mpath->exp_time + MESH_PATH_EXPIRE)) in mesh_path_tbl_expire()
Dsta_info.h718 unsigned long exp_time);
Dmesh.c227 if (time_after(jiffies, p->exp_time) || in mesh_rmc_check()
241 p->exp_time = jiffies + RMC_TIMEOUT; in mesh_rmc_check()
Dibss.c1259 unsigned long exp_time = IEEE80211_IBSS_INACTIVITY_LIMIT; in ieee80211_ibss_sta_expire() local
1270 if (time_is_before_jiffies(last_active + exp_time) || in ieee80211_ibss_sta_expire()
Dsta_info.c1106 unsigned long exp_time) in ieee80211_sta_expire() argument
1119 if (time_is_before_jiffies(last_active + exp_time)) { in ieee80211_sta_expire()
Dcfg.c1693 if (time_before(jiffies, mpath->exp_time)) in mpath_set_pinfo()
1694 pinfo->exptime = jiffies_to_msecs(mpath->exp_time - jiffies); in mpath_set_pinfo()
Drx.c2491 mppath->exp_time = jiffies; in ieee80211_rx_h_mesh_fwding()
Dtx.c2450 mppath->exp_time = jiffies; in ieee80211_build_hdr()