Searched refs:is_covered (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/lib/librte_rib/ |
| H A D | rte_rib.c | 68 is_covered(uint32_t ip1, uint32_t ip2, uint8_t depth) in is_covered() function 110 while ((cur != NULL) && is_covered(ip, cur->ip, cur->depth)) { in rte_rib_lookup() 142 !is_covered(ip, cur->ip, cur->depth)) in __rib_lookup_exact() 187 (is_covered(tmp->ip, ip, depth) && in rte_rib_get_nxt() 195 (is_covered(tmp->ip, ip, depth) && in rte_rib_get_nxt() 296 if ((d >= depth) || !is_covered(ip, (*tmp)->ip, d)) in rte_rib_insert()
|
| H A D | rte_rib6.c | 67 is_covered(const uint8_t ip1[RTE_RIB6_IPV6_ADDR_SIZE], in is_covered() function 132 while ((cur != NULL) && is_covered(ip, cur->ip, cur->depth)) { in rte_rib6_lookup() 178 if (!(is_covered(tmp_ip, cur->ip, cur->depth)) || in rte_rib6_lookup_exact() 220 (is_covered(tmp->ip, tmp_ip, depth) && in rte_rib6_get_nxt() 228 (is_covered(tmp->ip, tmp_ip, depth) && in rte_rib6_get_nxt() 337 if (!is_covered(tmp_ip, (*tmp)->ip, (*tmp)->depth) || in rte_rib6_insert()
|