Home
last modified time | relevance | path

Searched refs:bpf_update_batch (Results 1 – 5 of 5) sorted by relevance

/external/bcc/src/cc/includes/
Dlibbpf.h185 int bpf_update_batch(int fd, void *keys, void *values, __u32 *count);
/external/bcc/src/cc/
Dlibbpf.h185 int bpf_update_batch(int fd, void *keys, void *values, __u32 *count);
Dlibbpf.c447 int bpf_update_batch(int fd, void *keys, void *values, __u32 *count) in bpf_update_batch() function
/external/bcc/src/python/bcc/
Dlibbcc.py90 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,
Dtable.py538 res = lib.bpf_update_batch(self.map_fd,