Searched refs:bpf_update_batch (Results 1 – 5 of 5) sorted by relevance
/external/bcc/src/cc/includes/ |
D | libbpf.h | 185 int bpf_update_batch(int fd, void *keys, void *values, __u32 *count);
|
/external/bcc/src/cc/ |
D | libbpf.h | 185 int bpf_update_batch(int fd, void *keys, void *values, __u32 *count);
|
D | libbpf.c | 447 int bpf_update_batch(int fd, void *keys, void *values, __u32 *count) in bpf_update_batch() function
|
/external/bcc/src/python/bcc/ |
D | libbcc.py | 90 lib.bpf_update_batch.restype = ct.c_int 91 lib.bpf_update_batch.argtypes = [ct.c_int, ct.c_void_p, ct.c_void_p,
|
D | table.py | 538 res = lib.bpf_update_batch(self.map_fd,
|