Searched refs:fc_dst (Results 1 – 8 of 8) sorted by relevance
| /linux-4.4.14/include/net/ |
| D | ip6_fib.h | 42 struct in6_addr fc_dst; member
|
| D | ip_fib.h | 34 __be32 fc_dst; member
|
| /linux-4.4.14/net/ipv6/ |
| D | ila.c | 165 p->locator_match = *(__be64 *)&cfg6->fc_dst; in ila_build_state()
|
| D | route.c | 1813 addr_type = ipv6_addr_type(&cfg->fc_dst); in ip6_route_info_create() 1843 ipv6_addr_prefix(&rt->rt6i_dst.addr, &cfg->fc_dst, cfg->fc_dst_len); in ip6_route_info_create() 2070 &cfg->fc_dst, cfg->fc_dst_len, in ip6_route_del() 2300 cfg.fc_dst = *prefix; in rt6_add_route_info() 2398 cfg->fc_dst = rtmsg->rtmsg_dst; in rtmsg_to_fib6_config() 2755 nla_memcpy(&cfg->fc_dst, tb[RTA_DST], plen); in rtm_to_fib6_config() 2821 &nh->r_cfg.fc_dst, &nh->r_cfg.fc_gateway, in ip6_print_replace_route_err()
|
| D | addrconf.c | 2167 cfg.fc_dst = *pfx; in addrconf_prefix_route() 2231 ipv6_addr_set(&cfg.fc_dst, htonl(0xFF000000), 0, 0, 0); in addrconf_add_mroute()
|
| /linux-4.4.14/net/ipv4/ |
| D | fib_frontend.c | 476 cfg->fc_dst = addr; in rtentry_to_fib_config() 667 cfg->fc_dst = nla_get_be32(attr); in rtm_to_fib_config() 810 .fc_dst = dst, in fib_magic()
|
| D | fib_semantics.c | 923 if (cfg->fc_type != RTN_LOCAL || !cfg->fc_dst || in fib_valid_prefsrc() 924 fib_prefsrc != cfg->fc_dst) { in fib_valid_prefsrc()
|
| D | fib_trie.c | 1097 key = ntohl(cfg->fc_dst); in fib_table_insert() 1503 key = ntohl(cfg->fc_dst); in fib_table_delete()
|