Searched refs:rt_dflags (Results 1 – 6 of 6) sorted by relevance
187 if (rt1->rt_dflags & RTDF_IPV4LL && !(rt2->rt_dflags & RTDF_IPV4LL)) in rt_compare_proto()189 else if (!(rt1->rt_dflags & RTDF_IPV4LL) && rt2->rt_dflags & RTDF_IPV4LL) in rt_compare_proto()548 } else if (ort->rt_dflags & RTDF_FAKE && in rt_add()549 !(nrt->rt_dflags & RTDF_FAKE) && in rt_add()675 if (rt->rt_dflags & RTDF_FAKE) in rt_doroute()677 if (or->rt_dflags & RTDF_FAKE || in rt_doroute()689 if (rt->rt_dflags & RTDF_FAKE) { in rt_doroute()
113 unsigned int rt_dflags; member
311 rt->rt_dflags |= RTDF_IFA_ROUTE; in inet_dhcproutes()331 rt->rt_dflags = RTDF_STATIC; in inet_dhcproutes()360 if (!(rt->rt_dflags & RTDF_STATIC)) in inet_dhcproutes()361 rt->rt_dflags |= RTDF_DHCP; in inet_dhcproutes()
114 rt->rt_dflags |= RTDF_IPV4LL; in ipv4ll_subnetroute()138 rt->rt_dflags |= RTDF_IPV4LL; in ipv4ll_defaultroute()
793 if (rt->rt_dflags & RTDF_STATIC) in if_route()908 rt->rt_dflags |= RTDF_GATELINK; in if_copyrt()1297 !(rtm->rtm_type == RTM_ADD && !(rt.rt_dflags & RTDF_GATELINK))) in if_rtm()1303 rt.rt_dflags & RTDF_GATELINK; in if_rtm()
2357 rt->rt_dflags |= RTDF_RA; in inet6_raroutes()2373 rt->rt_dflags |= RTDF_RA; in inet6_raroutes()2399 rt->rt_dflags |= RTDF_DHCP; in inet6_dhcproutes()