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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dhtab_update.c19 SEC("?fentry/lookup_elem_raw")
20 int lookup_elem_raw(void *ctx) function
/linux-master/tools/testing/selftests/bpf/
H A Dbpf_arena_htab.h40 static hashtab_elem_t *lookup_elem_raw(arena_list_head_t *head, __u32 hash, int key) function
63 l_old = lookup_elem_raw(head, htab_hash(key), key);
76 l_old = lookup_elem_raw(head, htab_hash(key), key);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dhtab_update.c25 /* lookup_elem_raw() may be inlined and find_kernel_btf_id() will return -ESRCH */
26 bpf_program__set_autoload(skel->progs.lookup_elem_raw, true);
/linux-master/kernel/bpf/
H A Dhashtab.c635 static struct htab_elem *lookup_elem_raw(struct hlist_nulls_head *head, u32 hash, function
1145 l_old = lookup_elem_raw(head, hash, key, key_size);
1237 l_old = lookup_elem_raw(head, hash, key, key_size);
1295 l_old = lookup_elem_raw(head, hash, key, key_size);
1361 l_old = lookup_elem_raw(head, hash, key, key_size);
1427 l = lookup_elem_raw(head, hash, key, key_size);
1463 l = lookup_elem_raw(head, hash, key, key_size);
1607 l = lookup_elem_raw(head, hash, key, key_size);

Completed in 184 milliseconds