Lines Matching refs:ms_ppath

210 	    ms->ms_ppath->mpp_privlen, M_80211_MESH_RT,  in mesh_rt_add_locked()
373 ms->ms_ppath->mpp_senderror(vap, dest, rt, in ieee80211_mesh_rt_del()
376 ms->ms_ppath->mpp_senderror(vap, dest, rt, in ieee80211_mesh_rt_del()
487 ms->ms_ppath = &mesh_proto_paths[i]; in mesh_select_proto_path()
650 ms->ms_ppath->mpp_vdetach(vap); in mesh_vdetach()
683 KASSERT(ms->ms_ppath, ("ms_ppath == NULL")); in mesh_vattach()
684 ms->ms_ppath->mpp_vattach(vap); in mesh_vattach()
833 callout_reset(&ms->ms_cleantimer, ms->ms_ppath->mpp_inact, in mesh_newstate()
841 ms->ms_ppath->mpp_newstate(vap, ostate, arg); in mesh_newstate()
852 callout_reset(&ms->ms_cleantimer, ms->ms_ppath->mpp_inact, in mesh_rt_cleanup_cb()
931 ms->ms_ppath->mpp_peerdown(ni); in mesh_linkchange()
1116 ieee80211_mesh_rt_update(rt_dest, ms->ms_ppath->mpp_inact); in ieee80211_mesh_forward_to_gates()
1213 ms->ms_ppath->mpp_senderror(vap, whcopy->i_addr3, NULL, in mesh_forward()
1405 ms->ms_ppath->mpp_inact)); in mesh_recv_indiv_data_to_fwrd()
1411 ms->ms_ppath->mpp_inact)); in mesh_recv_indiv_data_to_fwrd()
1451 ieee80211_mesh_rt_update(rt, ticks_to_msecs(ms->ms_ppath->mpp_inact)); in mesh_recv_indiv_data_to_me()
1966 ms->ms_ppath->mpp_inact)); in mesh_recv_mgmt()
3102 if (meshconf->conf_pselid != ms->ms_ppath->mpp_ie) { in mesh_verify_meshconf()
3212 *frm++ = ms->ms_ppath->mpp_ie; /* path selection */ in ieee80211_add_meshconf()
3374 ms->ms_ppath->mpp_peerdown(ni); in ieee80211_mesh_node_cleanup()
3500 len = strlen(ms->ms_ppath->mpp_descr); in mesh_ioctl_get80211()
3504 error = copyout(ms->ms_ppath->mpp_descr, in mesh_ioctl_get80211()