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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dip6_fib.h37 struct in6_addr fc_dst; member in struct:fib6_config
H A Dip_fib.h31 __be32 fc_dst; member in struct:fib_config
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dfib_hash.c400 if (cfg->fc_dst) {
401 if (cfg->fc_dst & ~FZ_MASK(fz))
403 key = fz_key(cfg->fc_dst, fz);
554 if (cfg->fc_dst) {
555 if (cfg->fc_dst & ~FZ_MASK(fz))
557 key = fz_key(cfg->fc_dst, fz);
H A Dfib_frontend.c306 cfg->fc_dst = addr;
493 cfg->fc_dst = nla_get_be32(attr);
624 .fc_dst = dst,
H A Dfib_semantics.c826 if (cfg->fc_type != RTN_LOCAL || !cfg->fc_dst ||
827 fi->fib_prefsrc != cfg->fc_dst)
H A Dfib_trie.c1163 key = ntohl(cfg->fc_dst);
1584 key = ntohl(cfg->fc_dst);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Droute.c1156 addr_type = ipv6_addr_type(&cfg->fc_dst);
1165 ipv6_addr_prefix(&rt->rt6i_dst.addr, &cfg->fc_dst, cfg->fc_dst_len);
1346 &cfg->fc_dst, cfg->fc_dst_len,
1690 ipv6_addr_copy(&cfg.fc_dst, prefix);
1780 ipv6_addr_copy(&cfg->fc_dst, &rtmsg->rtmsg_dst);
2041 nla_memcpy(&cfg->fc_dst, tb[RTA_DST], plen);
H A Daddrconf.c1571 ipv6_addr_copy(&cfg.fc_dst, pfx);
1597 ipv6_addr_set(&cfg.fc_dst, htonl(0xFF000000), 0, 0, 0);

Completed in 165 milliseconds