Home
last modified time | relevance | path

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

/third_party/libbpf/src/
H A Dbpf.c516 static int bpf_map_batch_common(int cmd, int fd, void *in_batch, in bpf_map_batch_common() argument
530 attr.batch.in_batch = ptr_to_u64(in_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
555 return bpf_map_batch_common(BPF_MAP_LOOKUP_BATCH, fd, in_batch, 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()
H A Dbpf.h185 * The parameter *in_batch* is the address of the first element in the batch to read.
186 * *out_batch* is an output parameter that should be passed as *in_batch* to subsequent
187 * calls to **bpf_map_lookup_batch()**. NULL can be passed for *in_batch* to indicate
196 * @param in_batch address of the first element in batch to read, can pass NULL to
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,
220 * @param in_batch address of the first element in batch to read, can pass NULL to
222 * @param out_batch output parameter that should be passed to next call as *in_batch*
237 LIBBPF_API int bpf_map_lookup_and_delete_batch(int fd, void *in_batch,
/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
680 * value in the corresponding index in *values*. The *in_batch*
729 * *in_batch*, *out_batch*, and *values* parameters are ignored
1417 __aligned_u64 in_batch; /* start batch, member

Completed in 14 milliseconds