Home
last modified time | relevance | path

Searched refs:mpp_inact (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_mesh.c833 callout_reset(&ms->ms_cleantimer, ms->ms_ppath->mpp_inact, in mesh_newstate()
852 callout_reset(&ms->ms_cleantimer, ms->ms_ppath->mpp_inact, in mesh_rt_cleanup_cb()
1116 ieee80211_mesh_rt_update(rt_dest, ms->ms_ppath->mpp_inact); in ieee80211_mesh_forward_to_gates()
1405 ms->ms_ppath->mpp_inact)); in mesh_recv_indiv_data_to_fwrd()
1411 ms->ms_ppath->mpp_inact)); in mesh_recv_indiv_data_to_fwrd()
1451 ieee80211_mesh_rt_update(rt, ticks_to_msecs(ms->ms_ppath->mpp_inact)); in mesh_recv_indiv_data_to_me()
1966 ms->ms_ppath->mpp_inact)); in mesh_recv_mgmt()
H A Dieee80211_mesh.h473 int mpp_inact; /* inact. timeout for invalid routes member
H A Dieee80211_hwmp.c211 &mesh_proto_hwmp.mpp_inact, 0, ieee80211_sysctl_msecs_ticks, "I",
244 mesh_proto_hwmp.mpp_inact = msecs_to_ticks(5*1000); in ieee80211_hwmp_init()
931 ieee80211_mesh_rt_update(rttran, ms->ms_ppath->mpp_inact); in hwmp_update_transmitter()