Searched refs:table_leaf_desc (Results 1 – 4 of 4) sorted by relevance
114 const char * table_leaf_desc(size_t id) const;115 const char * table_leaf_desc(const std::string &name) const;
182 return mod->table_leaf_desc(table_name); in bpf_table_leaf_desc()188 return mod->table_leaf_desc(id); in bpf_table_leaf_desc_id()
876 const char * BPFModule::table_leaf_desc(size_t id) const { in table_leaf_desc() function in ebpf::BPFModule883 const char * BPFModule::table_leaf_desc(const string &name) const { in table_leaf_desc() function in ebpf::BPFModule884 return table_leaf_desc(table_id(name)); in table_leaf_desc()