Lines Matching refs:fc_flags

3471 		if (cfg->fc_flags & RTNH_F_ONLINK)  in ip6_validate_gw()
3549 if (cfg->fc_flags & RTNH_F_ONLINK) { in fib6_nh_init()
3571 if (fib6_is_reject(cfg->fc_flags, dev, addr_type)) { in fib6_nh_init()
3589 if (cfg->fc_flags & RTF_GATEWAY) { in fib6_nh_init()
3614 if (!(cfg->fc_flags & (RTF_LOCAL | RTF_ANYCAST)) && in fib6_nh_init()
3715 if (cfg->fc_flags & RTF_PCPU) { in ip6_route_info_create()
3721 if (cfg->fc_flags & RTF_CACHE) { in ip6_route_info_create()
3786 if (cfg->fc_flags & RTF_ADDRCONF) in ip6_route_info_create()
3789 if (cfg->fc_flags & RTF_EXPIRES) in ip6_route_info_create()
3802 rt->fib6_flags = cfg->fc_flags & ~RTF_GATEWAY; in ip6_route_info_create()
3833 if (fib6_is_reject(cfg->fc_flags, rt->fib6_nh->fib_nh_dev, in ip6_route_info_create()
3994 if (cfg->fc_flags & RTF_GATEWAY && in __ip6_del_cached_rt()
4062 !(cfg->fc_flags & RTF_CACHE)); in ip6_route_del()
4072 if (cfg->fc_flags & RTF_CACHE) { in ip6_route_del()
4111 if (cfg->fc_flags & RTF_GATEWAY && in ip6_route_del()
4119 if (cfg->fc_flags & RTF_GATEWAY) in ip6_route_del()
4323 .fc_flags = RTF_GATEWAY | RTF_ADDRCONF | RTF_ROUTEINFO | in rt6_add_route_info()
4338 cfg.fc_flags |= RTF_DEFAULT; in rt6_add_route_info()
4388 .fc_flags = RTF_GATEWAY | RTF_ADDRCONF | RTF_DEFAULT | in rt6_add_dflt_router()
4465 .fc_flags = rtmsg->rtmsg_flags, in rtmsg_to_fib6_config()
4574 .fc_flags = RTF_UP | RTF_NONEXTHOP, in addrconf_f6i_alloc()
4585 cfg.fc_flags |= RTF_ANYCAST; in addrconf_f6i_alloc()
4588 cfg.fc_flags |= RTF_LOCAL; in addrconf_f6i_alloc()
5030 .fc_flags = RTF_UP, in rtm_to_fib6_config()
5043 cfg->fc_flags |= RTF_REJECT; in rtm_to_fib6_config()
5046 cfg->fc_flags |= RTF_LOCAL; in rtm_to_fib6_config()
5049 cfg->fc_flags |= RTF_CACHE; in rtm_to_fib6_config()
5051 cfg->fc_flags |= (rtm->rtm_flags & RTNH_F_ONLINK); in rtm_to_fib6_config()
5065 cfg->fc_flags |= RTF_GATEWAY; in rtm_to_fib6_config()
5122 cfg->fc_flags |= RTF_PREF(pref); in rtm_to_fib6_config()
5141 cfg->fc_flags |= RTF_EXPIRES; in rtm_to_fib6_config()
5285 r_cfg.fc_flags |= RTF_GATEWAY; in ip6_route_multipath_add()
5297 r_cfg.fc_flags |= (rtnh->rtnh_flags & RTNH_F_ONLINK); in ip6_route_multipath_add()
5465 r_cfg.fc_flags |= RTF_GATEWAY; in ip6_route_multipath_del()