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

  /external/bcc/src/cc/
bpf_common.h 41 int bpf_table_fd(void *program, const char *table_name);
bpf_common.cc 113 int bpf_table_fd(void *program, const char *table_name) { function
  /external/bcc/src/python/bcc/
libbcc.py 44 lib.bpf_table_fd.restype = ct.c_int
45 lib.bpf_table_fd.argtypes = [ct.c_void_p, ct.c_char_p]
__init__.py 462 map_fd = lib.bpf_table_fd(self.module, name)
    [all...]
  /external/bcc/src/lua/bcc/
libbcc.lua 75 int bpf_table_fd(void *program, const char *table_name);
table.lua 365 local fd = libbcc.bpf_table_fd(bpf.module, name)

Completed in 54 milliseconds