Searched refs:fc_dst (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/net/ipv6/ila/ |
D | ila_lwt.c | 156 iaddr = (struct ila_addr *)&cfg6->fc_dst; in ila_build_state()
|
/Linux-v4.19/net/ipv4/ |
D | fib_frontend.c | 496 cfg->fc_dst = addr; in rtentry_to_fib_config() 695 cfg->fc_dst = nla_get_be32(attr); in rtm_to_fib_config() 860 .fc_dst = dst, in fib_magic()
|
D | fib_semantics.c | 999 if (cfg->fc_type != RTN_LOCAL || !cfg->fc_dst || in fib_valid_prefsrc() 1000 fib_prefsrc != cfg->fc_dst) { in fib_valid_prefsrc()
|
D | fib_trie.c | 1139 key = ntohl(cfg->fc_dst); in fib_table_insert() 1556 key = ntohl(cfg->fc_dst); in fib_table_delete()
|
/Linux-v4.19/include/net/ |
D | ip6_fib.h | 55 struct in6_addr fc_dst; member
|
D | ip_fib.h | 37 __be32 fc_dst; member
|
/Linux-v4.19/net/ipv6/ |
D | route.c | 3047 addr_type = ipv6_addr_type(&cfg->fc_dst); in ip6_route_info_create() 3060 ipv6_addr_prefix(&rt->fib6_dst.addr, &cfg->fc_dst, cfg->fc_dst_len); in ip6_route_info_create() 3291 &cfg->fc_dst, cfg->fc_dst_len, in ip6_route_del() 3300 rt_cache = rt6_find_cached_rt(rt, &cfg->fc_dst, in ip6_route_del() 3522 cfg.fc_dst = *prefix; in rt6_add_route_info() 3652 cfg->fc_dst = rtmsg->rtmsg_dst; in rtmsg_to_fib6_config() 4217 nla_memcpy(&cfg->fc_dst, tb[RTA_DST], plen); in rtm_to_fib6_config() 4301 &nh->r_cfg.fc_dst, &nh->r_cfg.fc_gateway, in ip6_print_replace_route_err()
|
D | addrconf.c | 2334 cfg.fc_dst = *pfx; in addrconf_prefix_route() 2399 ipv6_addr_set(&cfg.fc_dst, htonl(0xFF000000), 0, 0, 0); in addrconf_add_mroute()
|