Lines Matching refs:fc_flags

3367 		if (cfg->fc_flags & RTNH_F_ONLINK)  in ip6_validate_gw()
3445 if (cfg->fc_flags & RTNH_F_ONLINK) { in fib6_nh_init()
3467 if (fib6_is_reject(cfg->fc_flags, dev, addr_type)) { in fib6_nh_init()
3485 if (cfg->fc_flags & RTF_GATEWAY) { in fib6_nh_init()
3510 if (!(cfg->fc_flags & (RTF_LOCAL | RTF_ANYCAST)) && in fib6_nh_init()
3593 if (cfg->fc_flags & RTF_PCPU) { in ip6_route_info_create()
3599 if (cfg->fc_flags & RTF_CACHE) { in ip6_route_info_create()
3664 if (cfg->fc_flags & RTF_ADDRCONF) in ip6_route_info_create()
3667 if (cfg->fc_flags & RTF_EXPIRES) in ip6_route_info_create()
3680 rt->fib6_flags = cfg->fc_flags & ~RTF_GATEWAY; in ip6_route_info_create()
3711 if (fib6_is_reject(cfg->fc_flags, rt->fib6_nh->fib_nh_dev, in ip6_route_info_create()
3868 if (cfg->fc_flags & RTF_GATEWAY && in __ip6_del_cached_rt()
3936 !(cfg->fc_flags & RTF_CACHE)); in ip6_route_del()
3946 if (cfg->fc_flags & RTF_CACHE) { in ip6_route_del()
3985 if (cfg->fc_flags & RTF_GATEWAY && in ip6_route_del()
3993 if (cfg->fc_flags & RTF_GATEWAY) in ip6_route_del()
4197 .fc_flags = RTF_GATEWAY | RTF_ADDRCONF | RTF_ROUTEINFO | in rt6_add_route_info()
4212 cfg.fc_flags |= RTF_DEFAULT; in rt6_add_route_info()
4261 .fc_flags = RTF_GATEWAY | RTF_ADDRCONF | RTF_DEFAULT | in rt6_add_dflt_router()
4338 .fc_flags = rtmsg->rtmsg_flags, in rtmsg_to_fib6_config()
4447 .fc_flags = RTF_UP | RTF_NONEXTHOP, in addrconf_f6i_alloc()
4458 cfg.fc_flags |= RTF_ANYCAST; in addrconf_f6i_alloc()
4461 cfg.fc_flags |= RTF_LOCAL; in addrconf_f6i_alloc()
4903 .fc_flags = RTF_UP, in rtm_to_fib6_config()
4916 cfg->fc_flags |= RTF_REJECT; in rtm_to_fib6_config()
4919 cfg->fc_flags |= RTF_LOCAL; in rtm_to_fib6_config()
4922 cfg->fc_flags |= RTF_CACHE; in rtm_to_fib6_config()
4924 cfg->fc_flags |= (rtm->rtm_flags & RTNH_F_ONLINK); in rtm_to_fib6_config()
4938 cfg->fc_flags |= RTF_GATEWAY; in rtm_to_fib6_config()
4995 cfg->fc_flags |= RTF_PREF(pref); in rtm_to_fib6_config()
5014 cfg->fc_flags |= RTF_EXPIRES; in rtm_to_fib6_config()
5141 r_cfg.fc_flags |= RTF_GATEWAY; in ip6_route_multipath_add()
5149 r_cfg.fc_flags |= (rtnh->rtnh_flags & RTNH_F_ONLINK); in ip6_route_multipath_add()
5309 r_cfg.fc_flags |= RTF_GATEWAY; in ip6_route_multipath_del()