Home
last modified time | relevance | path

Searched refs:out_batch (Results 1 - 3 of 3) sorted by relevance

/third_party/libbpf/src/
H A Dbpf.c517 void *out_batch, void *keys, void *values, in bpf_map_batch_common()
531 attr.batch.out_batch = ptr_to_u64(out_batch); in bpf_map_batch_common()
551 int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys, in bpf_map_lookup_batch() argument
556 out_batch, keys, values, count, opts); in bpf_map_lookup_batch()
559 int bpf_map_lookup_and_delete_batch(int fd, void *in_batch, void *out_batch, in bpf_map_lookup_and_delete_batch() argument
564 fd, in_batch, out_batch, keys, values, in bpf_map_lookup_and_delete_batch()
516 bpf_map_batch_common(int cmd, int fd, void *in_batch, void *out_batch, void *keys, void *values, __u32 *count, const struct bpf_map_batch_opts *opts) bpf_map_batch_common() argument
H A Dbpf.h186 * *out_batch* is an output parameter that should be passed as *in_batch* to subsequent
198 * @param out_batch output parameter that should be passed to next call as *in_batch*
211 LIBBPF_API int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch,
221 * get address of the first element in *out_batch*
222 * @param out_batch output parameter that should be passed to next call as *in_batch*
238 void *out_batch, void *keys,
/third_party/libbpf/include/uapi/linux/
H A Dbpf.h616 * *in_batch* and *out_batch*. Initially, *in_batch* must be set
619 * *out_batch* as the *in_batch* for the next operation to
681 * and *out_batch* parameters are ignored and should be zeroed.
729 * *in_batch*, *out_batch*, and *values* parameters are ignored
1420 __aligned_u64 out_batch; /* output: next start batch */ member

Completed in 14 milliseconds