Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_mesh.c850 callout_reset(&ms->ms_cleantimer, ms->ms_ppath->mpp_inact, in mesh_newstate()
869 callout_reset(&ms->ms_cleantimer, ms->ms_ppath->mpp_inact, in mesh_rt_cleanup_cb()
1145 ieee80211_mesh_rt_update(rt_dest, ms->ms_ppath->mpp_inact); in ieee80211_mesh_forward_to_gates()
1438 ms->ms_ppath->mpp_inact)); in mesh_recv_indiv_data_to_fwrd()
1444 ms->ms_ppath->mpp_inact)); in mesh_recv_indiv_data_to_fwrd()
1484 ieee80211_mesh_rt_update(rt, ticks_to_msecs(ms->ms_ppath->mpp_inact)); in mesh_recv_indiv_data_to_me()
2013 ms->ms_ppath->mpp_inact)); in mesh_recv_mgmt()
H A Dieee80211_hwmp.c209 &mesh_proto_hwmp.mpp_inact, 0, ieee80211_sysctl_msecs_ticks, "I",
243 mesh_proto_hwmp.mpp_inact = msecs_to_ticks(5*1000); in ieee80211_hwmp_init()
971 ieee80211_mesh_rt_update(rttran, ms->ms_ppath->mpp_inact); in hwmp_update_transmitter()
/dragonfly/sys/netproto/802_11/
H A Dieee80211_mesh.h476 int mpp_inact; /* inact. timeout for invalid routes member