Lines Matching refs:rt_flags

272 	if (rt->rt_flags & IEEE80211_MESHRT_FLAGS_PROXY && rt->rt_nhops == 0) {  in ieee80211_mesh_rt_update()
284 rt->rt_flags &= ~IEEE80211_MESHRT_FLAGS_VALID; in ieee80211_mesh_rt_update()
322 rt->rt_flags |= IEEE80211_MESHRT_FLAGS_VALID in ieee80211_mesh_proxy_check()
325 } else if ((rt->rt_flags & IEEE80211_MESHRT_FLAGS_VALID) == 0) { in ieee80211_mesh_proxy_check()
326 KASSERT(rt->rt_flags & IEEE80211_MESHRT_FLAGS_PROXY, in ieee80211_mesh_proxy_check()
338 rt->rt_flags |= IEEE80211_MESHRT_FLAGS_VALID in ieee80211_mesh_proxy_check()
372 if (rt->rt_flags & IEEE80211_MESHRT_FLAGS_PROXY) { in ieee80211_mesh_rt_del()
431 if (rt->rt_flags & IEEE80211_MESHRT_FLAGS_DISCOVER) in mesh_rt_flush_invalid()
434 if ((rt->rt_flags & IEEE80211_MESHRT_FLAGS_VALID) == 0) in mesh_rt_flush_invalid()
1013 if ((rt->rt_flags & IEEE80211_MESHRT_FLAGS_VALID) == 0) { in ieee80211_mesh_find_txnode()
1015 "%s: !valid, flags 0x%x", __func__, rt->rt_flags); in ieee80211_mesh_find_txnode()
1019 if (rt->rt_flags & IEEE80211_MESHRT_FLAGS_PROXY) { in ieee80211_mesh_find_txnode()
1022 if ((rt->rt_flags & IEEE80211_MESHRT_FLAGS_VALID) == 0) { in ieee80211_mesh_find_txnode()
1025 rt->rt_flags); in ieee80211_mesh_find_txnode()
1078 KASSERT( rt_dest->rt_flags == IEEE80211_MESHRT_FLAGS_DISCOVER, in ieee80211_mesh_forward_to_gates()
1097 if ((rt_gate->rt_flags & IEEE80211_MESHRT_FLAGS_VALID) == 0) in ieee80211_mesh_forward_to_gates()
1099 KASSERT(rt_gate->rt_flags & IEEE80211_MESHRT_FLAGS_GATE, in ieee80211_mesh_forward_to_gates()
1101 KASSERT((rt_gate->rt_flags & in ieee80211_mesh_forward_to_gates()
1109 rt_dest->rt_flags = IEEE80211_MESHRT_FLAGS_PROXY | in ieee80211_mesh_forward_to_gates()
1131 rt_dest->rt_flags = 0; /* Mark invalid */ in ieee80211_mesh_forward_to_gates()
1358 (rt->rt_flags & IEEE80211_MESHRT_FLAGS_PROXY)); in mesh_isucastforme()
1464 (rt->rt_flags & IEEE80211_MESHRT_FLAGS_VALID) && in mesh_recv_indiv_data_to_me()
1465 (rt->rt_flags & IEEE80211_MESHRT_FLAGS_PROXY) == 0) { in mesh_recv_indiv_data_to_me()
2619 rt_gate->rt_flags & IEEE80211_MESHRT_FLAGS_VALID) { in mesh_recv_action_meshgate()
2621 rt_gate->rt_flags |= IEEE80211_MESHRT_FLAGS_GATE; in mesh_recv_action_meshgate()
3475 imr->imr_flags = rt->rt_flags; /* last */ in mesh_ioctl_get80211()