Searched refs:rt_flags (Results 1 – 14 of 14) sorted by relevance
408 nhop_set_rtflags(nh, rt_flags); in alter_nhop_from_info()715 nh_priv->rt_flags = nh_orig->nh_priv->rt_flags; in nhop_copy()724 nh->nh_priv->rt_flags &= ~RTF_GATEWAY; in nhop_set_direct_gw()774 nh->nh_priv->rt_flags |= RTF_GATEWAY; in nhop_set_gw()823 nh->nh_priv->rt_flags |= RTF_REJECT; in nhop_set_blackhole()871 nh->nh_priv->rt_flags |= RTF_PINNED; in nhop_set_pinned()913 return (nh->nh_priv->rt_flags); in nhop_get_rtflags()923 nh->nh_priv->rt_flags |= (rt_flags & RT_SET_RTFLAGS_MASK); in nhop_set_rtflags()935 nh->nh_priv->rt_flags |= RTF_HOST; in nhop_set_pxtype_flag()939 nh->nh_priv->rt_flags &= ~RTF_HOST; in nhop_set_pxtype_flag()[all …]
78 uint32_t rt_flags; /* routing flags for the control plane */ member99 ((_nh)->nh_priv->rt_flags & RTF_PINNED))
190 void nhop_set_rtflags(struct nhop_object *nh, int rt_flags);
935 rttran->rt_flags = IEEE80211_MESHRT_FLAGS_VALID; in hwmp_update_transmitter()1038 rtorig->rt_flags = IEEE80211_MESHRT_FLAGS_VALID; in hwmp_recv_preq()1137 rtorig->rt_flags |= IEEE80211_MESHRT_FLAGS_GATE; in hwmp_recv_preq()1345 rt->rt_flags & IEEE80211_MESHRT_FLAGS_VALID ? in hwmp_recv_prep()1426 rtext->rt_flags = IEEE80211_MESHRT_FLAGS_PROXY | in hwmp_recv_prep()1588 rt->rt_flags &= ~IEEE80211_MESHRT_FLAGS_VALID; in hwmp_recv_perr()1594 rt->rt_flags &= ~IEEE80211_MESHRT_FLAGS_VALID; in hwmp_recv_perr()1601 rt_ext->rt_flags &= in hwmp_recv_perr()1790 rt->rt_flags |= IEEE80211_MESHRT_FLAGS_GATE; in hwmp_recv_rann()1964 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 …]
428 uint16_t rt_flags; member
1596 if (rt->rt_flags & IEEE80211_MESHRT_FLAGS_PROXY) { in ieee80211_encap()
33 uint_t rt_flags; member
103 p_sockaddr $sa $sam $rte->rt_flags107 p_flags $rte->rt_flags
569 if (!(rt->rt_flags & RTF_HOST)) {574 if (rt->rt_flags & RTF_GATEWAY) {
83 int rt_flags = nhop_get_rtflags(nh); in nl_get_rtm_protocol() local84 if (rt_flags & RTF_PROTO1) in nl_get_rtm_protocol()86 if (rt_flags & RTF_STATIC) in nl_get_rtm_protocol()
296 if ((rt->rt_flags & (RTF_BLACKHOLE|RTF_REJECT)) == 0) in ip6_forward()
2340 int rt_flags; in icmp6_redirect_input() local2349 rt_flags = 0; in icmp6_redirect_input()2357 rt_flags |= RTF_GATEWAY; in icmp6_redirect_input()2362 (struct sockaddr *)&ssrc, ifp, rt_flags, in icmp6_redirect_input()
826 rt.rt_flags = RTF_UP; in add_ssdp_network()