Lines Matching refs:fc_flags

3454 		if (cfg->fc_flags & RTNH_F_ONLINK)  in ip6_validate_gw()
3532 if (cfg->fc_flags & RTNH_F_ONLINK) { in fib6_nh_init()
3554 if (fib6_is_reject(cfg->fc_flags, dev, addr_type)) { in fib6_nh_init()
3572 if (cfg->fc_flags & RTF_GATEWAY) { in fib6_nh_init()
3597 if (!(cfg->fc_flags & (RTF_LOCAL | RTF_ANYCAST)) && in fib6_nh_init()
3684 if (cfg->fc_flags & RTF_PCPU) { in ip6_route_info_create()
3690 if (cfg->fc_flags & RTF_CACHE) { in ip6_route_info_create()
3755 if (cfg->fc_flags & RTF_ADDRCONF) in ip6_route_info_create()
3758 if (cfg->fc_flags & RTF_EXPIRES) in ip6_route_info_create()
3771 rt->fib6_flags = cfg->fc_flags & ~RTF_GATEWAY; in ip6_route_info_create()
3802 if (fib6_is_reject(cfg->fc_flags, rt->fib6_nh->fib_nh_dev, in ip6_route_info_create()
3963 if (cfg->fc_flags & RTF_GATEWAY && in __ip6_del_cached_rt()
4031 !(cfg->fc_flags & RTF_CACHE)); in ip6_route_del()
4041 if (cfg->fc_flags & RTF_CACHE) { in ip6_route_del()
4080 if (cfg->fc_flags & RTF_GATEWAY && in ip6_route_del()
4088 if (cfg->fc_flags & RTF_GATEWAY) in ip6_route_del()
4292 .fc_flags = RTF_GATEWAY | RTF_ADDRCONF | RTF_ROUTEINFO | in rt6_add_route_info()
4307 cfg.fc_flags |= RTF_DEFAULT; in rt6_add_route_info()
4357 .fc_flags = RTF_GATEWAY | RTF_ADDRCONF | RTF_DEFAULT | in rt6_add_dflt_router()
4434 .fc_flags = rtmsg->rtmsg_flags, in rtmsg_to_fib6_config()
4547 .fc_flags = RTF_UP | RTF_NONEXTHOP, in addrconf_f6i_alloc()
4558 cfg.fc_flags |= RTF_ANYCAST; in addrconf_f6i_alloc()
4561 cfg.fc_flags |= RTF_LOCAL; in addrconf_f6i_alloc()
5016 .fc_flags = RTF_UP, in rtm_to_fib6_config()
5029 cfg->fc_flags |= RTF_REJECT; in rtm_to_fib6_config()
5032 cfg->fc_flags |= RTF_LOCAL; in rtm_to_fib6_config()
5035 cfg->fc_flags |= RTF_CACHE; in rtm_to_fib6_config()
5037 cfg->fc_flags |= (rtm->rtm_flags & RTNH_F_ONLINK); in rtm_to_fib6_config()
5051 cfg->fc_flags |= RTF_GATEWAY; in rtm_to_fib6_config()
5108 cfg->fc_flags |= RTF_PREF(pref); in rtm_to_fib6_config()
5127 cfg->fc_flags |= RTF_EXPIRES; in rtm_to_fib6_config()
5271 r_cfg.fc_flags |= RTF_GATEWAY; in ip6_route_multipath_add()
5283 r_cfg.fc_flags |= (rtnh->rtnh_flags & RTNH_F_ONLINK); in ip6_route_multipath_add()
5451 r_cfg.fc_flags |= RTF_GATEWAY; in ip6_route_multipath_del()