Searched refs:nhop_get_rtflags (Results 1 – 10 of 10) sorted by relevance
64 rt_flags = nhop_get_rtflags(nh); in rib4_preadd()164 if ((nhop_get_rtflags(nh) & RTF_STATIC) != 0 && ap->del == 0) in in_ifadownkill()
121 if ((nhop_get_rtflags(nh) & RTF_HOST) == 0 && mask6 != NULL && in rib6_preadd()
2392 nh_rt_flags = nhop_get_rtflags(nh); in rt6_deleteroute()
179 int nhop_get_rtflags(const struct nhop_object *nh);
151 flags = rt->rte_flags | nhop_get_rtflags(nh); in rt_dumpentry_ddb()
744 nhop_get_rtflags(const struct nhop_object *nh) in nhop_get_rtflags() function
371 if ((nhop_get_rtflags(nh) & RTF_GATEWAY) && in rt_exportinfo()385 if (nhop_get_rtflags(nh) & RTF_GATEWAY) { in rt_exportinfo()397 info->rti_flags = rt->rte_flags | nhop_get_rtflags(nh); in rt_exportinfo()
952 rtm->rtm_flags = rc->rc_rt->rte_flags | nhop_get_rtflags(nh); in update_rtm_from_rc()1095 rtm->rtm_flags = rc.rc_rt->rte_flags | nhop_get_rtflags(nh); in route_output()1903 info.rti_flags = rt->rte_flags | nhop_get_rtflags(nh); in rtsock_routemsg()2154 rtflags = nhop_get_rtflags(nh); in sysctl_dumpnhop()
1001 rtm->rtm_flags = rc->rc_rt->rte_flags | nhop_get_rtflags(nh); in update_rtm_from_rc()1134 rtm->rtm_flags = rc.rc_rt->rte_flags | nhop_get_rtflags(nh); in ff_rtioctl()