Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_lpm6.c1157 depth_to_mask_1b(uint8_t depth) in depth_to_mask_1b() function
1189 mask = depth_to_mask_1b(mask);
1254 ind = ip[byte] & depth_to_mask_1b(depth); in rule_find_range()
/f-stack/dpdk/lib/librte_lpm/
H A Drte_lpm6.c1135 depth_to_mask_1b(uint8_t depth) in depth_to_mask_1b() function
1166 mask = depth_to_mask_1b(mask); in rule_find_less_specific()
1230 ind = ip[byte] & depth_to_mask_1b(depth); in rule_find_range()