Searched refs:ip_masked (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | rte_lpm.c | 546 tbl24_index = (ip_masked >> 8); in add_depth_big() 561 (ip_masked & 0xFF); in add_depth_big() 695 uint32_t ip_masked; in rte_lpm_add() local 701 ip_masked = ip & depth_to_mask(depth); in rte_lpm_add() 746 uint32_t ip_masked; 756 ip_masked = ip & depth_to_mask(depth); 773 uint32_t ip_masked; 800 tbl24_index = (ip_masked >> 8); in delete_depth_small() 957 tbl24_index = ip_masked >> 8; in delete_depth_big() 1038 uint32_t ip_masked; in rte_lpm_delete() local [all …]
|
| /f-stack/dpdk/lib/librte_lpm/ |
| H A D | rte_lpm.c | 661 tbl24_index = (ip_masked >> 8); in add_depth_big() 676 (ip_masked & 0xFF); in add_depth_big() 811 uint32_t ip_masked; in rte_lpm_add() local 818 ip_masked = ip & depth_to_mask(depth); in rte_lpm_add() 861 uint32_t ip_masked; in rte_lpm_is_rule_present() local 872 ip_masked = ip & depth_to_mask(depth); in rte_lpm_is_rule_present() 889 uint32_t ip_masked; in find_previous_rule() local 915 tbl24_index = (ip_masked >> 8); in delete_depth_small() 1073 tbl24_index = ip_masked >> 8; in delete_depth_big() 1154 uint32_t ip_masked; in rte_lpm_delete() local [all …]
|
| /f-stack/dpdk/lib/librte_fib/ |
| H A D | trie.c | 516 uint8_t ip_masked[RTE_FIB6_IPV6_ADDR_SIZE]; in trie_modify() local 530 ip_masked[i] = ip[i] & get_msk_part(depth, i); in trie_modify() 533 tmp = rte_rib6_get_nxt(rib, ip_masked, in trie_modify() 547 node = rte_rib6_lookup_exact(rib, ip_masked, depth); in trie_modify() 554 ret = modify_dp(dp, rib, ip_masked, depth, next_hop); in trie_modify() 564 node = rte_rib6_insert(rib, ip_masked, depth); in trie_modify() 574 ret = modify_dp(dp, rib, ip_masked, depth, next_hop); in trie_modify() 576 rte_rib6_remove(rib, ip_masked, depth); in trie_modify() 591 ret = modify_dp(dp, rib, ip_masked, depth, in trie_modify() 594 ret = modify_dp(dp, rib, ip_masked, depth, dp->def_nh); in trie_modify()
|