Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv6/
H A Droute.c3250 const struct in6_addr *gw_addr = &cfg->fc_gateway; in ip6_route_check_nh_onlink()
3272 const struct in6_addr *gw_addr = &cfg->fc_gateway; in ip6_route_check_nh()
3325 const struct in6_addr *gw_addr = &cfg->fc_gateway; in ip6_validate_gw()
3423 fib6_nh->fib_nh_gw6 = cfg->fc_gateway; in fib6_nh_init()
3483 fib6_nh->fib_nh_gw6 = cfg->fc_gateway; in fib6_nh_init()
3866 !ipv6_addr_equal(&cfg->fc_gateway, &rt->rt6i_gateway)) in __ip6_del_cached_rt()
3983 !ipv6_addr_equal(&cfg->fc_gateway, &nh->fib_nh_gw6)) in ip6_route_del()
4205 cfg.fc_gateway = *gwaddr; in rt6_add_route_info()
4267 cfg.fc_gateway = *gwaddr; in rt6_add_dflt_router()
4319 .fc_gateway = rtmsg->rtmsg_gateway, in rtmsg_to_fib6_config()
[all …]
/OK3568_Linux_fs/kernel/include/net/
H A Dip6_fib.h59 struct in6_addr fc_gateway; member
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dnexthop.c1344 .fc_gateway = cfg->gw.ipv6, in nh_create_ipv6()
H A Dfib_semantics.c1054 .fc_gateway = nh->fib_nh_gw6, in fib_check_nh_v6_gw()