Searched refs:get_dir (Results 1 – 1 of 1) sorted by relevance
80 get_dir(const uint8_t ip[RTE_RIB6_IPV6_ADDR_SIZE], uint8_t depth) in get_dir() function96 return (get_dir(ip, node->depth)) ? node->right : node->left; in get_nxt_node()343 tmp = (get_dir(tmp_ip, (*tmp)->depth)) ? &(*tmp)->right : in rte_rib6_insert()367 if (get_dir((*tmp)->ip, depth)) in rte_rib6_insert()388 if (get_dir((*tmp)->ip, common_depth) == 1) { in rte_rib6_insert()