Lines Matching refs:in_batch
199 * The parameter *in_batch* is the address of the first element in the batch to
200 * read. *out_batch* is an output parameter that should be passed as *in_batch*
202 * *in_batch* to indicate that the batched lookup starts from the beginning of
203 * the map. Both *in_batch* and *out_batch* must point to memory large enough to
214 * @param in_batch address of the first element in batch to read, can pass NULL to
216 * @param out_batch output parameter that should be passed to next call as *in_batch*
229 LIBBPF_API int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch,
238 * @param in_batch address of the first element in batch to read, can pass NULL to
243 * @param out_batch output parameter that should be passed to next call as *in_batch*
258 LIBBPF_API int bpf_map_lookup_and_delete_batch(int fd, void *in_batch,