Searched refs:ms_ppath (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/sys/net80211/ |
| D | ieee80211_mesh.c | 213 ms->ms_ppath->mpp_privlen, M_80211_MESH_RT, M_NOWAIT | M_ZERO); in mesh_rt_add_locked() 375 ms->ms_ppath->mpp_senderror(vap, dest, rt, in ieee80211_mesh_rt_del() 378 ms->ms_ppath->mpp_senderror(vap, dest, rt, in ieee80211_mesh_rt_del() 490 ms->ms_ppath = &mesh_proto_paths[i]; in mesh_select_proto_path() 654 ms->ms_ppath->mpp_vdetach(vap); in mesh_vdetach() 687 KASSERT(ms->ms_ppath, ("ms_ppath == NULL")); in mesh_vattach() 688 ms->ms_ppath->mpp_vattach(vap); in mesh_vattach() 838 callout_reset(&ms->ms_cleantimer, ms->ms_ppath->mpp_inact, in mesh_newstate() 846 ms->ms_ppath->mpp_newstate(vap, ostate, arg); in mesh_newstate() 857 callout_reset(&ms->ms_cleantimer, ms->ms_ppath->mpp_inact, in mesh_rt_cleanup_cb() [all …]
|
| D | ieee80211_mesh.h | 525 struct ieee80211_mesh_proto_path *ms_ppath; member 601 return ms->ms_ppath->mpp_discover(vap, dest, m); in ieee80211_mesh_discover()
|
| D | ieee80211_hwmp.c | 939 ieee80211_mesh_rt_update(rttran, ms->ms_ppath->mpp_inact); in hwmp_update_transmitter()
|