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

/freebsd-10.0-release/sys/net80211/
H A Dieee80211_mesh.h474 int mpp_inact; /* inact. timeout for invalid routes member in struct:ieee80211_mesh_proto_path
H A Dieee80211_mesh.c838 callout_reset(&ms->ms_cleantimer, ms->ms_ppath->mpp_inact,
857 callout_reset(&ms->ms_cleantimer, ms->ms_ppath->mpp_inact,
1121 ieee80211_mesh_rt_update(rt_dest, ms->ms_ppath->mpp_inact);
1413 ms->ms_ppath->mpp_inact));
1419 ms->ms_ppath->mpp_inact));
1459 ieee80211_mesh_rt_update(rt, ticks_to_msecs(ms->ms_ppath->mpp_inact));
1991 ms->ms_ppath->mpp_inact));
H A Dieee80211_hwmp.c220 &mesh_proto_hwmp.mpp_inact, 0, ieee80211_sysctl_msecs_ticks, "I",
254 mesh_proto_hwmp.mpp_inact = msecs_to_ticks(5*1000);
939 ieee80211_mesh_rt_update(rttran, ms->ms_ppath->mpp_inact);

Completed in 143 milliseconds