Searched refs:bpf_lookup_batch (Results 1 – 5 of 5) sorted by relevance
/external/bcc/src/cc/includes/ |
D | libbpf.h | 182 int bpf_lookup_batch(int fd, __u32 *in_batch, __u32 *out_batch, void *keys,
|
/external/bcc/src/cc/ |
D | libbpf.h | 182 int bpf_lookup_batch(int fd, __u32 *in_batch, __u32 *out_batch, void *keys,
|
D | libbpf.c | 435 int bpf_lookup_batch(int fd, __u32 *in_batch, __u32 *out_batch, void *keys, in bpf_lookup_batch() function
|
/external/bcc/src/python/bcc/ |
D | libbcc.py | 93 lib.bpf_lookup_batch.restype = ct.c_int 94 lib.bpf_lookup_batch.argtypes = [ct.c_int, ct.POINTER(ct.c_uint32),
|
D | table.py | 580 bpf_batch = lib.bpf_lookup_batch
|