Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dtrampoline.c28 static struct hlist_head trampoline_ip_table[TRAMPOLINE_TABLE_SIZE]; variable
43 head_ip = &trampoline_ip_table[hash_64(ip, TRAMPOLINE_HASH_BITS)]; in direct_ops_ip_lookup()
359 head = &trampoline_ip_table[hash_64(tr->ip, TRAMPOLINE_HASH_BITS)]; in bpf_trampoline_lookup()
1384 INIT_HLIST_HEAD(&trampoline_ip_table[i]); in init_trampolines()