Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/samples/bpf/
H A Dtest_map_in_map_kern.c95 static __always_inline int do_inline_hash_lookup(void *inner_map, u32 port) in do_inline_hash_lookup() function
166 inline_ret = do_inline_hash_lookup(inner_map, port_key); in trace_sys_connect()
/kernel/linux/linux-6.6/samples/bpf/
H A Dtest_map_in_map.bpf.c95 static __always_inline int do_inline_hash_lookup(void *inner_map, u32 port) in do_inline_hash_lookup() function
162 inline_ret = do_inline_hash_lookup(inner_map, port_key); in BPF_KSYSCALL()

Completed in 2 milliseconds