Searched refs:tlpm_add (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/bpf/map_tests/ |
| H A D | lpm_trie_map_basic_ops.c | 58 static struct tlpm_node *tlpm_add(struct tlpm_node *list, in tlpm_add() function 163 t1 = list = tlpm_add(list, (uint8_t[]){ 0xff }, 8); in test_lpm_basic() 171 t2 = list = tlpm_add(list, (uint8_t[]){ 0xff, 0xff }, 16); in test_lpm_basic() 199 l1 = tlpm_add(l1, (uint8_t[]){ in test_lpm_order() 205 l2 = tlpm_add(l2, t1->key, t1->n_bits); in test_lpm_order() 267 list = tlpm_add(list, value, value[keysize]); in test_lpm_map()
|