Searched refs:table_fd (Results 1 – 4 of 4) sorted by relevance
99 int table_fd(size_t id) const;100 int table_fd(const std::string &name) const;
116 return mod->table_fd(table_name); in bpf_table_fd()122 return mod->table_fd(id); in bpf_table_fd_id()
819 int BPFModule::table_fd(const string &name) const { in table_fd() function in ebpf::BPFModule820 return table_fd(table_id(name)); in table_fd()823 int BPFModule::table_fd(size_t id) const { in table_fd() function in ebpf::BPFModule