Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_mesh.h475 int mpp_inact; /* inact. timeout for invalid routes member
H A Dieee80211_mesh.c837 callout_reset(&ms->ms_cleantimer, ms->ms_ppath->mpp_inact, in mesh_newstate()
856 callout_reset(&ms->ms_cleantimer, ms->ms_ppath->mpp_inact, in mesh_rt_cleanup_cb()
1120 ieee80211_mesh_rt_update(rt_dest, ms->ms_ppath->mpp_inact); in ieee80211_mesh_forward_to_gates()
1409 ms->ms_ppath->mpp_inact)); in mesh_recv_indiv_data_to_fwrd()
1415 ms->ms_ppath->mpp_inact)); in mesh_recv_indiv_data_to_fwrd()
1455 ieee80211_mesh_rt_update(rt, ticks_to_msecs(ms->ms_ppath->mpp_inact)); in mesh_recv_indiv_data_to_me()
1971 ms->ms_ppath->mpp_inact)); in mesh_recv_mgmt()
H A Dieee80211_hwmp.c216 &mesh_proto_hwmp.mpp_inact, 0, ieee80211_sysctl_msecs_ticks, "I",
249 mesh_proto_hwmp.mpp_inact = msecs_to_ticks(5*1000); in ieee80211_hwmp_init()
936 ieee80211_mesh_rt_update(rttran, ms->ms_ppath->mpp_inact); in hwmp_update_transmitter()