Searched refs:table_flags (Results 1 – 4 of 4) sorted by relevance
106 int table_flags(const std::string &name) const;107 int table_flags(size_t id) const;
152 return mod->table_flags(table_name); in bpf_table_flags()158 return mod->table_flags(id); in bpf_table_flags_id()
849 int BPFModule::table_flags(const string &name) const { in table_flags() function in ebpf::BPFModule850 return table_flags(table_id(name)); in table_flags()853 int BPFModule::table_flags(size_t id) const { in table_flags() function in ebpf::BPFModule