Home
last modified time | relevance | path

Searched refs:bpf_map_lookup_elem (Results 1 - 5 of 5) sorted by relevance

/third_party/libbpf/src/
H A Dusdt.bpf.h86 spec_id_ptr = bpf_map_lookup_elem(&__bpf_usdt_ip_to_spec_id, &ip); in __bpf_usdt_spec_id()
104 spec = bpf_map_lookup_elem(&__bpf_usdt_specs, &spec_id); in bpf_usdt_arg_cnt()
129 spec = bpf_map_lookup_elem(&__bpf_usdt_specs, &spec_id); in bpf_usdt_arg()
208 spec = bpf_map_lookup_elem(&__bpf_usdt_specs, &spec_id); in bpf_usdt_cookie()
H A Dbpf.h143 LIBBPF_API int bpf_map_lookup_elem(int fd, const void *key, void *value);
H A Dbpf_helper_defs.h48 * bpf_map_lookup_elem
56 static void *(*bpf_map_lookup_elem)(void *map, const void *key) = (void *) 1; variable
2669 * **bpf_map_lookup_elem**\ (*map*, **&**\ *sk*) except this
3498 * **bpf_map_lookup_elem**\ (*map*, **&**\ *inode*) except this
3716 * **bpf_map_lookup_elem**\ (*map*, **&**\ *task*) except this
4728 * **bpf_map_lookup_elem**\ (*map*, **&**\ *cgroup*) except this
H A Dbpf.c397 int bpf_map_lookup_elem(int fd, const void *key, void *value) in bpf_map_lookup_elem() function
/third_party/nghttp2/bpf/
H A Dreuseport_kern.c590 pnum_socks = bpf_map_lookup_elem(&sk_info, &zero); in select_reuseport()
595 pkey = bpf_map_lookup_elem(&sk_info, &key_high_idx); in select_reuseport()
602 pkey = bpf_map_lookup_elem(&sk_info, &key_low_idx); in select_reuseport()
623 psk_index = bpf_map_lookup_elem(&cid_prefix_map, cid_prefix); in select_reuseport()
643 psk_index = bpf_map_lookup_elem(&cid_prefix_map, cid_prefix); in select_reuseport()

Completed in 10 milliseconds