Home
last modified time | relevance | path

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

/third_party/libbpf/src/
H A Dbpf.h183 * @brief **bpf_map_lookup_batch()** allows for batch lookup of BPF map elements.
187 * calls to **bpf_map_lookup_batch()**. NULL can be passed for *in_batch* to indicate
211 LIBBPF_API int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch,
H A Dbpf.c551 int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys, in bpf_map_lookup_batch() function

Completed in 4 milliseconds