Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dbpf_arena_htab.h51 static int htab_hash(int key) in htab_hash() function
63 l_old = lookup_elem_raw(head, htab_hash(key), key); in htab_lookup_elem()
76 l_old = lookup_elem_raw(head, htab_hash(key), key); in htab_update_elem()
82 l_new->hash = htab_hash(key); in htab_update_elem()