Searched refs:RTF_IFSCOPE (Results 1 – 6 of 6) sorted by relevance
467 return SA_DEFAULT(dst) && !(rt->rt_flags & RTF_IFSCOPE); in rt_primary_default()842 if (!(rt->rt_flags & RTF_IFSCOPE) || (af != AF_INET && af != AF_INET6)) { in rn_match_ifscope()1632 return ifa_ifwithroute_common_locked((flags & ~RTF_IFSCOPE), dst, in ifa_ifwithroute_locked()1641 flags |= RTF_IFSCOPE; in ifa_ifwithroute_scoped_locked()1643 flags &= ~RTF_IFSCOPE; in ifa_ifwithroute_scoped_locked()1675 flags |= RTF_IFSCOPE; in ifa_ifwithroute_common_locked()1677 flags &= ~RTF_IFSCOPE; in ifa_ifwithroute_common_locked()1720 if ((flags & RTF_IFSCOPE) != 0 && ifscope != IFSCOPE_NONE) { in ifa_ifwithroute_common_locked()1791 if ((flags & RTF_IFSCOPE) && in ifa_ifwithroute_common_locked()1823 (flags & ~RTF_IFSCOPE), ret_nrt, IFSCOPE_NONE); in rtrequest_locked()[all …]
119 #define RTF_IFSCOPE 0x1000000 /* has valid interface scope */ macro
447 if (rtm->rtm_flags & RTF_IFSCOPE) { in route_output()
23 RTF_IFSCOPE = 0x1000000 variable
793 if (rt.rt_flags & RTF_IFSCOPE):
535 rtmsg.hdr.rtm_flags |= RTF_IFSCOPE; in IPv4RouteApply()