Searched refs:BPFProgTable (Results 1 – 5 of 5) sorted by relevance
516 BPFProgTable::BPFProgTable(const TableDesc& desc) in BPFProgTable() function in ebpf::BPFProgTable523 StatusTuple BPFProgTable::update_value(const int& index, const int& prog_fd) { in update_value()529 StatusTuple BPFProgTable::remove_value(const int& index) { in remove_value()
354 class BPFProgTable : public BPFTableBase<int, int> {356 BPFProgTable(const TableDesc& desc);
623 BPFProgTable BPF::get_prog_table(const std::string& name) { in get_prog_table()626 return BPFProgTable(it->second); in get_prog_table()627 return BPFProgTable({}); in get_prog_table()
140 BPFProgTable get_prog_table(const std::string& name);
38 ebpf::BPFProgTable t = bpf.get_prog_table("myprog");