Home
last modified time | relevance | path

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

/net/mac80211/
A Dmesh_hwmp.c403 unsigned long orig_lifetime, exp_time; in hwmp_route_info_get() local
447 exp_time = TU_TO_EXP_TIME(orig_lifetime); in hwmp_route_info_get()
511 mpath->exp_time = time_after(mpath->exp_time, exp_time) in hwmp_route_info_get()
512 ? mpath->exp_time : exp_time; in hwmp_route_info_get()
561 mpath->exp_time = time_after(mpath->exp_time, exp_time) in hwmp_route_info_get()
562 ? mpath->exp_time : exp_time; in hwmp_route_info_get()
1245 mpath->exp_time - in mesh_path_refresh()
1317 mpath->exp_time = jiffies; in mesh_path_timer()
A Dmesh_pathtbl.c75 time_after(jiffies, mpath->exp_time) && in mpath_expired()
418 new_mpath->exp_time = jiffies; in mesh_path_new()
457 entry->mppath->exp_time = jiffies; in mesh_fast_tx_get()
1054 mpath->exp_time = 0; in mesh_path_fix_nexthop()
1083 time_after(jiffies, mpath->exp_time + MESH_PATH_EXPIRE)) in mesh_path_tbl_expire()
A Dmesh.h119 unsigned long exp_time; member
211 unsigned long exp_time; member
A Dsta_info.h985 unsigned long exp_time);
A Dibss.c1225 unsigned long exp_time = IEEE80211_IBSS_INACTIVITY_LIMIT; in ieee80211_ibss_sta_expire() local
1236 if (time_is_before_jiffies(last_active + exp_time) || in ieee80211_ibss_sta_expire()
A Dmesh.c242 if (time_after(jiffies, p->exp_time) || in mesh_rmc_check()
256 p->exp_time = jiffies + RMC_TIMEOUT; in mesh_rmc_check()
A Dsta_info.c1695 unsigned long exp_time) in ieee80211_sta_expire() argument
1708 if (time_is_before_jiffies(last_active + exp_time)) { in ieee80211_sta_expire()
A Dcfg.c2500 if (time_before(jiffies, mpath->exp_time)) in mpath_set_pinfo()
2501 pinfo->exptime = jiffies_to_msecs(mpath->exp_time - jiffies); in mpath_set_pinfo()
A Drx.c2915 mppath->exp_time = jiffies; in ieee80211_rx_mesh_data()
A Dtx.c2708 mppath->exp_time = jiffies; in ieee80211_build_hdr()

Completed in 52 milliseconds