Home
last modified time | relevance | path

Searched refs:table_flags (Results 1 – 4 of 4) sorted by relevance

/external/bcc/src/cc/
Dbpf_module.h106 int table_flags(const std::string &name) const;
107 int table_flags(size_t id) const;
Dbpf_common.cc152 return mod->table_flags(table_name); in bpf_table_flags()
158 return mod->table_flags(id); in bpf_table_flags_id()
Dbpf_module.cc849 int BPFModule::table_flags(const string &name) const { in table_flags() function in ebpf::BPFModule
850 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
/external/bcc/src/cc/includes/
Dbpf_module.h106 int table_flags(const std::string &name) const;
107 int table_flags(size_t id) const;