Home
last modified time | relevance | path

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

/external/bcc/src/cc/includes/
Dlibbpf.h182 int bpf_lookup_batch(int fd, __u32 *in_batch, __u32 *out_batch, void *keys,
/external/bcc/src/cc/
Dlibbpf.h182 int bpf_lookup_batch(int fd, __u32 *in_batch, __u32 *out_batch, void *keys,
Dlibbpf.c435 int bpf_lookup_batch(int fd, __u32 *in_batch, __u32 *out_batch, void *keys, in bpf_lookup_batch() function
/external/bcc/src/python/bcc/
Dlibbcc.py93 lib.bpf_lookup_batch.restype = ct.c_int
94 lib.bpf_lookup_batch.argtypes = [ct.c_int, ct.POINTER(ct.c_uint32),
Dtable.py580 bpf_batch = lib.bpf_lookup_batch