Searched refs:tlpm_match (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/map_tests/ |
| H A D | lpm_trie_map_basic_ops.c | 68 node = tlpm_match(list, key, n_bits); in tlpm_add() 131 struct tlpm_node *best = tlpm_match(list, key, n_bits); in tlpm_delete() 161 assert(!tlpm_match(list, (uint8_t[]){ 0xff }, 8)); in test_lpm_basic() 167 assert(!tlpm_match(list, (uint8_t[]){ 0x7f }, 8)); in test_lpm_basic() 168 assert(!tlpm_match(list, (uint8_t[]){ 0xfe }, 8)); in test_lpm_basic() 169 assert(!tlpm_match(list, (uint8_t[]){ 0xff }, 7)); in test_lpm_basic() 182 assert(!tlpm_match(list, (uint8_t[]){ 0xff }, 8)); in test_lpm_basic() 210 t1 = tlpm_match(l1, key, 16); in test_lpm_order() 211 t2 = tlpm_match(l2, key, 16); in test_lpm_order() 279 t = tlpm_match(list, data, 8 * keysize); in test_lpm_map() [all …]
|