Searched refs:bpf_table_fd (Results 1 – 6 of 6) sorted by relevance
41 int bpf_table_fd(void *program, const char *table_name);
113 int bpf_table_fd(void *program, const char *table_name) { in bpf_table_fd() function
44 lib.bpf_table_fd.restype = ct.c_int45 lib.bpf_table_fd.argtypes = [ct.c_void_p, ct.c_char_p]
462 map_fd = lib.bpf_table_fd(self.module, name)
365 local fd = libbcc.bpf_table_fd(bpf.module, name)