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

/freebsd-9.3-release/sys/net80211/
H A Dieee80211_mesh.h435 struct ieee80211_mesh_proto_path *ms_ppath; member in struct:ieee80211_mesh_state
500 return ms->ms_ppath->mpp_discover(vap, dest, m);
H A Dieee80211_mesh.c180 ms->ms_ppath->mpp_privlen, M_80211_MESH_RT, M_NOWAIT | M_ZERO);
337 ticks - rt->rt_crtime >= ms->ms_ppath->mpp_inact)
391 ms->ms_ppath = &mesh_proto_paths[i];
511 ms->ms_ppath->mpp_vdetach(vap);
541 KASSERT(ms->ms_ppath, ("ms_ppath == NULL"));
542 ms->ms_ppath->mpp_vattach(vap);
690 callout_reset(&ms->ms_cleantimer, ms->ms_ppath->mpp_inact,
697 ms->ms_ppath->mpp_newstate(vap, ostate, arg);
708 callout_reset(&ms->ms_cleantimer, ms->ms_ppath
[all...]

Completed in 104 milliseconds