Searched refs:tlpm_add (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/bpf/
H A Dtest_lpm_map.c40 static struct tlpm_node *tlpm_add(struct tlpm_node *list, function
145 t1 = list = tlpm_add(list, (uint8_t[]){ 0xff }, 8);
153 t2 = list = tlpm_add(list, (uint8_t[]){ 0xff, 0xff }, 16);
181 l1 = tlpm_add(l1, (uint8_t[]){
187 l2 = tlpm_add(l2, t1->key, t1->n_bits);
249 list = tlpm_add(list, value, value[keysize]);

Completed in 91 milliseconds