Searched refs:rt_flags (Results 1 – 13 of 13) sorted by relevance
183 nh->nh_priv->rt_flags |= RTF_FIXEDMTU; in set_nhop_mtu_from_info()189 nh->nh_priv->rt_flags &= ~RTF_FIXEDMTU; in set_nhop_mtu_from_info()260 convert_rt_to_nh_flags(int rt_flags) in convert_rt_to_nh_flags() argument265 res |= (rt_flags & RTF_HOST) ? NHF_HOST : 0; in convert_rt_to_nh_flags()277 int error, rt_flags; in fill_nhop_from_info() local284 nh->nh_priv->rt_flags = rt_flags; in fill_nhop_from_info()422 nh_priv->rt_flags &= ~RTF_FMASK; in alter_nhop_from_info()436 nh_priv->rt_flags &= ~RTF_GATEWAY; in alter_nhop_from_info()476 nh_priv->rt_flags = nh_orig->nh_priv->rt_flags; in nhop_create_from_nhop()753 return (nh->nh_priv->rt_flags); in nhop_get_rtflags()[all …]
80 uint32_t rt_flags; /* routing flags for the control plane */ member97 ((_nh)->nh_priv->rt_flags & RTF_PINNED))
256 void nhop_set_rtflags(struct nhop_object *nh, int rt_flags);
60 int rt_flags; in rib4_preadd() local64 rt_flags = nhop_get_rtflags(nh); in rib4_preadd()66 if (rt_flags & RTF_HOST) { in rib4_preadd()80 rt_flags |= RTF_BROADCAST; in rib4_preadd()81 nhop_set_rtflags(nh, rt_flags); in rib4_preadd()98 if ((rt_flags & RTF_HOST) == 0 && mask4 != NULL && in rib4_preadd()
936 rttran->rt_flags = IEEE80211_MESHRT_FLAGS_VALID; in hwmp_update_transmitter()1039 rtorig->rt_flags = IEEE80211_MESHRT_FLAGS_VALID; in hwmp_recv_preq()1138 rtorig->rt_flags |= IEEE80211_MESHRT_FLAGS_GATE; in hwmp_recv_preq()1346 rt->rt_flags & IEEE80211_MESHRT_FLAGS_VALID ? in hwmp_recv_prep()1427 rtext->rt_flags = IEEE80211_MESHRT_FLAGS_PROXY | in hwmp_recv_prep()1589 rt->rt_flags &= ~IEEE80211_MESHRT_FLAGS_VALID; in hwmp_recv_perr()1595 rt->rt_flags &= ~IEEE80211_MESHRT_FLAGS_VALID; in hwmp_recv_perr()1602 rt_ext->rt_flags &= in hwmp_recv_perr()1791 rt->rt_flags |= IEEE80211_MESHRT_FLAGS_GATE; in hwmp_recv_rann()1965 rt->rt_flags = IEEE80211_MESHRT_FLAGS_DISCOVER; in hwmp_discover()[all …]
287 rt->rt_flags &= ~IEEE80211_MESHRT_FLAGS_VALID; in ieee80211_mesh_rt_update()325 rt->rt_flags |= IEEE80211_MESHRT_FLAGS_VALID in ieee80211_mesh_proxy_check()341 rt->rt_flags |= IEEE80211_MESHRT_FLAGS_VALID in ieee80211_mesh_proxy_check()375 if (rt->rt_flags & IEEE80211_MESHRT_FLAGS_PROXY) { in ieee80211_mesh_rt_del()434 if (rt->rt_flags & IEEE80211_MESHRT_FLAGS_DISCOVER) in mesh_rt_flush_invalid()1022 if (rt->rt_flags & IEEE80211_MESHRT_FLAGS_PROXY) { in ieee80211_mesh_find_txnode()1028 rt->rt_flags); in ieee80211_mesh_find_txnode()1104 KASSERT((rt_gate->rt_flags & in ieee80211_mesh_forward_to_gates()1112 rt_dest->rt_flags = IEEE80211_MESHRT_FLAGS_PROXY | in ieee80211_mesh_forward_to_gates()1134 rt_dest->rt_flags = 0; /* Mark invalid */ in ieee80211_mesh_forward_to_gates()[all …]
429 uint16_t rt_flags; member
1590 if (rt->rt_flags & IEEE80211_MESHRT_FLAGS_PROXY) { in ieee80211_encap()
104 p_sockaddr $sa $sam $rte->rt_flags108 p_flags $rte->rt_flags
713 if (!(rt->rt_flags & RTF_HOST)) {718 if (rt->rt_flags & RTF_GATEWAY) {
287 if ((rt->rt_flags & (RTF_BLACKHOLE|RTF_REJECT)) == 0) in ip6_forward()
2368 int rt_flags; in icmp6_redirect_input() local2377 rt_flags = 0; in icmp6_redirect_input()2385 rt_flags |= RTF_GATEWAY; in icmp6_redirect_input()2390 (struct sockaddr *)&ssrc, ifp, rt_flags, in icmp6_redirect_input()
826 rt.rt_flags = RTF_UP; in add_ssdp_network()