Searched refs:bpf_get_first_key (Results 1 – 6 of 6) sorted by relevance
/external/bcc/src/python/bcc/ |
D | libbcc.py | 72 lib.bpf_get_first_key.restype = ct.c_int 73 lib.bpf_get_first_key.argtypes = [ct.c_int, ct.c_void_p, ct.c_uint]
|
D | table.py | 284 res = lib.bpf_get_first_key(self.map_fd, ct.byref(next_key),
|
/external/bcc/src/cc/ |
D | libbpf.h | 40 int bpf_get_first_key(int fd, void *key, size_t key_size);
|
D | libbpf.c | 258 int bpf_get_first_key(int fd, void *key, size_t key_size) in bpf_get_first_key() function
|
/external/bcc/src/cc/includes/ |
D | libbpf.h | 40 int bpf_get_first_key(int fd, void *key, size_t key_size);
|
/external/bcc/src/cc/api/ |
D | BPFTable.h | 75 return bpf_get_first_key(desc.fd, key, desc.key_size) >= 0; in first()
|