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

/freebsd-9.3-release/sys/net80211/
H A Dieee80211_hwmp.c160 struct callout hs_roottimer; member in struct:ieee80211_hwmp_state
247 callout_init(&hs->hs_roottimer, CALLOUT_MPSAFE);
256 callout_drain(&hs->hs_roottimer);
272 callout_drain(&hs->hs_roottimer);
584 callout_drain(&hs->hs_roottimer);
588 callout_reset(&hs->hs_roottimer, ieee80211_hwmp_rootint,
592 callout_reset(&hs->hs_roottimer, ieee80211_hwmp_rannint,

Completed in 104 milliseconds