Searched refs:bpf_table_fd (Results 1 – 6 of 6) sorted by relevance
114 map_fd = lib.bpf_table_fd(bpf.module, b"sock_hash")
45 int bpf_table_fd(void *program, const char *table_name);
110 int bpf_table_fd(void *program, const char *table_name) { in bpf_table_fd() function
47 lib.bpf_table_fd.restype = ct.c_int48 lib.bpf_table_fd.argtypes = [ct.c_void_p, ct.c_char_p]
621 map_fd = lib.bpf_table_fd(self.module, name)
365 local fd = libbcc.bpf_table_fd(bpf.module, name)