Searched refs:fc_dst (Results 1 – 6 of 6) sorted by relevance
| /linux/net/ipv6/ila/ |
| H A D | ila_lwt.c | 164 iaddr = (struct ila_addr *)&cfg6->fc_dst; in ila_build_state()
|
| /linux/include/net/ |
| H A D | ip_fib.h | 37 __be32 fc_dst; member
|
| /linux/net/ipv6/ |
| H A D | route.c | 3847 ipv6_addr_prefix(&rt->fib6_dst.addr, &cfg->fc_dst, cfg->fc_dst_len); in ip6_route_info_create() 3908 addr_type = ipv6_addr_type(&cfg->fc_dst); in ip6_route_info_create_nh() 4096 rt_cache = rt6_find_cached_rt(&res, &cfg->fc_dst, &cfg->fc_src); in ip6_del_cached_rt() 4144 &cfg->fc_dst, cfg->fc_dst_len, in ip6_route_del() 4418 cfg.fc_dst = *prefix; in rt6_add_route_info() 4557 .fc_dst = rtmsg->rtmsg_dst, in rtmsg_to_fib6_config() 4670 .fc_dst = *addr, in addrconf_f6i_alloc() 5244 nla_memcpy(&cfg->fc_dst, tb[RTA_DST], plen); in rtm_to_fib6_config()
|
| H A D | addrconf.c | 2476 cfg.fc_dst = *pfx; in addrconf_prefix_route() 2549 ipv6_addr_set(&cfg.fc_dst, htonl(0xFF000000), 0, 0, 0); in addrconf_add_mroute()
|
| /linux/net/ipv4/ |
| H A D | fib_semantics.c | 1326 if (cfg->fc_type != RTN_LOCAL || !cfg->fc_dst || in fib_valid_prefsrc() 1327 fib_prefsrc != cfg->fc_dst) { in fib_valid_prefsrc()
|
| H A D | fib_trie.c | 1208 key = ntohl(cfg->fc_dst); in fib_table_insert() 1699 key = ntohl(cfg->fc_dst); in fib_table_delete()
|