Searched refs:bpf_table_id (Results 1 – 6 of 6) sorted by relevance
40 size_t bpf_table_id(void *program, const char *table_name);
107 size_t bpf_table_id(void *program, const char *table_name) { in bpf_table_id() function
42 lib.bpf_table_id.restype = ct.c_ulonglong43 lib.bpf_table_id.argtypes = [ct.c_void_p, ct.c_char_p]
463 map_id = lib.bpf_table_id(self.module, name)
364 local id = libbcc.bpf_table_id(bpf.module, name)