Home
last modified time | relevance | path

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

/external/bcc/src/cc/
Dbpf_common.h48 int bpf_table_flags_id(void *program, size_t id);
Dbpf_common.cc155 int bpf_table_flags_id(void *program, size_t id) { in bpf_table_flags_id() function
/external/bcc/src/cc/includes/
Dbpf_common.h48 int bpf_table_flags_id(void *program, size_t id);
/external/bcc/src/python/bcc/
Dlibbcc.py50 lib.bpf_table_flags_id.restype = ct.c_int
51 lib.bpf_table_flags_id.argtypes = [ct.c_void_p, ct.c_ulonglong]
Dtable.py172 self.flags = lib.bpf_table_flags_id(self.bpf.module, self.map_id)