Searched refs:nhop_get_rtflags (Results 1 – 10 of 10) sorted by relevance
163 if ((nhop_get_rtflags(nh) & RTF_STATIC) != 0 && ap->del == 0) in in_ifadownkill()
199 if (!NH_IS_NHGRP(nh) && (nhop_get_rtflags(nh) & RTF_PINNED) && in match_kernel_route()
151 flags = rt->rte_flags | nhop_get_rtflags(nh); in rt_dumpentry_ddb()
212 int nhop_get_rtflags(const struct nhop_object *nh);
406 uint32_t rt_flags = nhop_get_rtflags(nh) & ~RT_CHANGE_RTFLAGS_MASK; in alter_nhop_from_info()910 nhop_get_rtflags(const struct nhop_object *nh) in nhop_get_rtflags() function
672 if (nhop_get_rtflags(nh) & RTF_STATIC) in need_immediate_sync()681 if (nhop_get_rtflags(nh) & RTF_STATIC) in need_immediate_sync()
83 int rt_flags = nhop_get_rtflags(nh); in nl_get_rtm_protocol()184 uint32_t base_rtflags = nhop_get_rtflags(wn[0].nh); in dump_rc_nhg()204 uint32_t rtflags = nhop_get_rtflags(wn[i].nh); in dump_rc_nhg()230 uint32_t rtflags = nhop_get_rtflags(nh); in dump_rc_nhop()
1013 rtm->rtm_flags = rc->rc_rt->rte_flags | nhop_get_rtflags(nh); in update_rtm_from_rc()1178 rtm->rtm_flags = rc.rc_rt->rte_flags | nhop_get_rtflags(nh); in rts_send()2059 info.rti_flags = rt->rte_flags | nhop_get_rtflags(nh); in rtsock_routemsg()2279 rtflags = nhop_get_rtflags(nh); in sysctl_dumpnhop()
1548 (nhop_get_rtflags(nh) & (RTF_GATEWAY | RTF_HOST)); in linux_route_print()
2376 nh_rt_flags = nhop_get_rtflags(nh); in rt6_deleteroute()