HomeSort by relevance Sort by last modified time
    Searched refs:bpf_table_type_id (Results 1 - 6 of 6) sorted by null

  /external/bcc/src/cc/
bpf_common.h 44 int bpf_table_type_id(void *program, size_t id);
bpf_common.cc 131 int bpf_table_type_id(void *program, size_t id) { function
  /external/bcc/src/python/bcc/
libbcc.py 46 lib.bpf_table_type_id.restype = ct.c_int
47 lib.bpf_table_type_id.argtypes = [ct.c_void_p, ct.c_ulonglong]
table.py 130 ttype = lib.bpf_table_type_id(bpf.module, map_id)
171 self.ttype = lib.bpf_table_type_id(self.bpf.module, self.map_id)
  /external/bcc/src/lua/bcc/
table.lua 35 assert(t_type == libbcc.bpf_table_type_id(bpf.module, map_id))
371 local t_type = libbcc.bpf_table_type_id(bpf.module, id)
libbcc.lua 78 int bpf_table_type_id(void *program, size_t id);

Completed in 67 milliseconds