Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dtrampoline.c27 static struct hlist_head trampoline_key_table[TRAMPOLINE_TABLE_SIZE]; variable
338 head = &trampoline_key_table[hash_64(key, TRAMPOLINE_HASH_BITS)]; in bpf_trampoline_lookup()
1382 INIT_HLIST_HEAD(&trampoline_key_table[i]); in init_trampolines()