Searched refs:bpf_lookup_and_delete_batch (Results 1 – 5 of 5) sorted by relevance
/external/bcc/src/cc/ |
D | libbpf.h | 168 int bpf_lookup_and_delete_batch(int fd, __u32 *in_batch, __u32 *out_batch,
|
D | libbpf.c | 432 int bpf_lookup_and_delete_batch(int fd, __u32 *in_batch, __u32 *out_batch, in bpf_lookup_and_delete_batch() function
|
/external/bcc/src/cc/includes/ |
D | libbpf.h | 168 int bpf_lookup_and_delete_batch(int fd, __u32 *in_batch, __u32 *out_batch,
|
/external/bcc/src/python/bcc/ |
D | libbcc.py | 96 lib.bpf_lookup_and_delete_batch.restype = ct.c_int 97 lib.bpf_lookup_and_delete_batch.argtypes = [ct.c_int, ct.POINTER(ct.c_uint32),
|
D | table.py | 574 bpf_batch = lib.bpf_lookup_and_delete_batch
|