Home
last modified time | relevance | path

Searched refs:depth_to_mask (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_lpm.c78 depth_to_mask(uint8_t depth) in depth_to_mask() function
701 ip_masked = ip & depth_to_mask(depth); in rte_lpm_add()
756 ip_masked = ip & depth_to_mask(depth);
777 ip_masked = ip & depth_to_mask(prev_depth);
1048 ip_masked = ip & depth_to_mask(depth); in rte_lpm_delete()
/f-stack/dpdk/lib/librte_lpm/
H A Drte_lpm.c93 depth_to_mask(uint8_t depth) in depth_to_mask() function
818 ip_masked = ip & depth_to_mask(depth); in rte_lpm_add()
872 ip_masked = ip & depth_to_mask(depth); in rte_lpm_is_rule_present()
893 ip_masked = ip & depth_to_mask(prev_depth); in find_previous_rule()
1165 ip_masked = ip & depth_to_mask(depth); in rte_lpm_delete()