Searched refs:bpf_table_key_sscanf (Results 1 – 5 of 5) sorted by relevance
/external/bcc/src/cc/ |
D | bcc_common.h | 64 int bpf_table_key_sscanf(void *program, size_t id, const char *buf, void *key);
|
D | bcc_common.cc | 223 int bpf_table_key_sscanf(void *program, size_t id, const char *buf, void *key) { in bpf_table_key_sscanf() function
|
/external/bcc/src/python/bcc/ |
D | libbcc.py | 65 lib.bpf_table_key_sscanf.restype = ct.c_int 66 lib.bpf_table_key_sscanf.argtypes = [ct.c_void_p, ct.c_ulonglong,
|
D | table.py | 356 res = lib.bpf_table_key_sscanf(self.bpf.module, self.map_id, key_str,
|
/external/bcc/src/lua/bcc/ |
D | table.lua | 71 local res = libbcc.bpf_table_key_sscanf(
|