Home
last modified time | relevance | path

Searched refs:fc_dst (Results 1 – 8 of 8) sorted by relevance

/linux/net/ipv6/ila/
H A Dila_lwt.c164 iaddr = (struct ila_addr *)&cfg6->fc_dst; in ila_build_state()
/linux/net/ipv4/
H A Dfib_frontend.c537 cfg->fc_dst = addr; in rtentry_to_fib_config()
801 cfg->fc_dst = nla_get_be32(attr); in rtm_to_fib_config()
865 if (cfg->fc_dst_len < 32 && (ntohl(cfg->fc_dst) << cfg->fc_dst_len)) { in rtm_to_fib_config()
1121 .fc_dst = dst, in fib_magic()
H A Dfib_semantics.c1354 if (cfg->fc_type != RTN_LOCAL || !cfg->fc_dst || in fib_valid_prefsrc()
1355 fib_prefsrc != cfg->fc_dst) { in fib_valid_prefsrc()
H A Dfib_trie.c1208 key = ntohl(cfg->fc_dst); in fib_table_insert()
1699 key = ntohl(cfg->fc_dst); in fib_table_delete()
/linux/include/net/
H A Dip6_fib.h50 struct in6_addr fc_dst; member
H A Dip_fib.h37 __be32 fc_dst; member
/linux/net/ipv6/
H A Droute.c3862 ipv6_addr_prefix(&rt->fib6_dst.addr, &cfg->fc_dst, cfg->fc_dst_len); in ip6_route_info_create()
3923 addr_type = ipv6_addr_type(&cfg->fc_dst); in ip6_route_info_create_nh()
4121 rt_cache = rt6_find_cached_rt(&res, &cfg->fc_dst, &cfg->fc_src); in ip6_del_cached_rt()
4169 &cfg->fc_dst, cfg->fc_dst_len, in ip6_route_del()
4445 cfg.fc_dst = *prefix; in rt6_add_route_info()
4584 .fc_dst = rtmsg->rtmsg_dst, in rtmsg_to_fib6_config()
4697 .fc_dst = *addr, in addrconf_f6i_alloc()
5275 nla_memcpy(&cfg->fc_dst, tb[RTA_DST], plen); in rtm_to_fib6_config()
H A Daddrconf.c2493 cfg.fc_dst = *pfx; in addrconf_prefix_route()
2566 ipv6_addr_set(&cfg.fc_dst, htonl(0xFF000000), 0, 0, 0); in addrconf_add_mroute()