Home
last modified time | relevance | path

Searched refs:rte_lpm_is_rule_present (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/lib/librte_lpm/
H A Dversion.map20 rte_lpm_is_rule_present;
H A Drte_lpm.h246 rte_lpm_is_rule_present(struct rte_lpm *lpm, uint32_t ip, uint8_t depth,
H A Drte_lpm.c857 rte_lpm_is_rule_present(struct rte_lpm *lpm, uint32_t ip, uint8_t depth, in rte_lpm_is_rule_present() function
/f-stack/dpdk/lib/librte_table/
H A Drte_table_lpm.c212 status = rte_lpm_is_rule_present(lpm->lpm, ip_prefix->ip, in rte_table_lpm_entry_add()
273 status = rte_lpm_is_rule_present(lpm->lpm, ip_prefix->ip, in rte_table_lpm_entry_delete()
/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_lpm.h226 rte_lpm_is_rule_present(struct rte_lpm *lpm, uint32_t ip, uint8_t depth,
H A Drte_lpm.c743 rte_lpm_is_rule_present(struct rte_lpm *lpm, uint32_t ip, uint8_t depth,