Lines Matching refs:fc_flags
3459 if (cfg->fc_flags & RTNH_F_ONLINK) in ip6_validate_gw()
3540 if (cfg->fc_flags & RTNH_F_ONLINK) { in fib6_nh_init()
3562 if (fib6_is_reject(cfg->fc_flags, dev, addr_type)) { in fib6_nh_init()
3580 if (cfg->fc_flags & RTF_GATEWAY) { in fib6_nh_init()
3606 if (!(cfg->fc_flags & (RTF_LOCAL | RTF_ANYCAST)) && in fib6_nh_init()
3691 if (cfg->fc_flags & RTF_PCPU) { in ip6_route_info_create()
3697 if (cfg->fc_flags & RTF_CACHE) { in ip6_route_info_create()
3762 if (cfg->fc_flags & RTF_ADDRCONF) in ip6_route_info_create()
3765 if (cfg->fc_flags & RTF_EXPIRES) in ip6_route_info_create()
3778 rt->fib6_flags = cfg->fc_flags & ~RTF_GATEWAY; in ip6_route_info_create()
3809 if (fib6_is_reject(cfg->fc_flags, rt->fib6_nh->fib_nh_dev, in ip6_route_info_create()
3970 if (cfg->fc_flags & RTF_GATEWAY && in __ip6_del_cached_rt()
4038 !(cfg->fc_flags & RTF_CACHE)); in ip6_route_del()
4048 if (cfg->fc_flags & RTF_CACHE) { in ip6_route_del()
4087 if (cfg->fc_flags & RTF_GATEWAY && in ip6_route_del()
4095 if (cfg->fc_flags & RTF_GATEWAY) in ip6_route_del()
4299 .fc_flags = RTF_GATEWAY | RTF_ADDRCONF | RTF_ROUTEINFO | in rt6_add_route_info()
4314 cfg.fc_flags |= RTF_DEFAULT; in rt6_add_route_info()
4364 .fc_flags = RTF_GATEWAY | RTF_ADDRCONF | RTF_DEFAULT | in rt6_add_dflt_router()
4441 .fc_flags = rtmsg->rtmsg_flags, in rtmsg_to_fib6_config()
4555 .fc_flags = RTF_UP | RTF_NONEXTHOP, in addrconf_f6i_alloc()
4566 cfg.fc_flags |= RTF_ANYCAST; in addrconf_f6i_alloc()
4569 cfg.fc_flags |= RTF_LOCAL; in addrconf_f6i_alloc()
5021 .fc_flags = RTF_UP, in rtm_to_fib6_config()
5034 cfg->fc_flags |= RTF_REJECT; in rtm_to_fib6_config()
5037 cfg->fc_flags |= RTF_LOCAL; in rtm_to_fib6_config()
5040 cfg->fc_flags |= RTF_CACHE; in rtm_to_fib6_config()
5042 cfg->fc_flags |= (rtm->rtm_flags & RTNH_F_ONLINK); in rtm_to_fib6_config()
5056 cfg->fc_flags |= RTF_GATEWAY; in rtm_to_fib6_config()
5113 cfg->fc_flags |= RTF_PREF(pref); in rtm_to_fib6_config()
5132 cfg->fc_flags |= RTF_EXPIRES; in rtm_to_fib6_config()
5276 r_cfg.fc_flags |= RTF_GATEWAY; in ip6_route_multipath_add()
5288 r_cfg.fc_flags |= (rtnh->rtnh_flags & RTNH_F_ONLINK); in ip6_route_multipath_add()
5456 r_cfg.fc_flags |= RTF_GATEWAY; in ip6_route_multipath_del()