Home
last modified time | relevance | path

Searched refs:fc_gateway (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/net/ipv6/
Droute.c2793 const struct in6_addr *gw_addr = &cfg->fc_gateway; in ip6_route_check_nh_onlink()
2819 const struct in6_addr *gw_addr = &cfg->fc_gateway; in ip6_route_check_nh()
2869 const struct in6_addr *gw_addr = &cfg->fc_gateway; in ip6_validate_gw()
3105 rt->fib6_nh.nh_gw = cfg->fc_gateway; in ip6_route_info_create()
3265 !ipv6_addr_equal(&cfg->fc_gateway, &rt->rt6i_gateway)) in ip6_del_cached_rt()
3316 !ipv6_addr_equal(&cfg->fc_gateway, &rt->fib6_nh.nh_gw)) in ip6_route_del()
3523 cfg.fc_gateway = *gwaddr; in rt6_add_route_info()
3578 cfg.fc_gateway = *gwaddr; in rt6_add_dflt_router()
3654 cfg->fc_gateway = rtmsg->rtmsg_gateway; in rtmsg_to_fib6_config()
4207 cfg->fc_gateway = nla_get_in6_addr(tb[RTA_GATEWAY]); in rtm_to_fib6_config()
[all …]
/Linux-v4.19/include/net/
Dip6_fib.h58 struct in6_addr fc_gateway; member