Searched defs:remove_value (Results 1 – 3 of 3) sorted by relevance
132 StatusTuple BPFTable::remove_value(const std::string& key_str) { in remove_value() function in ebpf::BPFTable624 StatusTuple BPFProgTable::remove_value(const int& index) { in remove_value() function in ebpf::BPFProgTable653 StatusTuple BPFCgroupArray::remove_value(const int& index) { in remove_value() function in ebpf::BPFCgroupArray680 StatusTuple BPFDevmapTable::remove_value(const int& index) { in remove_value() function in ebpf::BPFDevmapTable707 StatusTuple BPFXskmapTable::remove_value(const int& index) { in remove_value() function in ebpf::BPFXskmapTable727 StatusTuple BPFSockmapTable::remove_value(const int& index) { in remove_value() function in ebpf::BPFSockmapTable747 StatusTuple BPFSockhashTable::remove_value(const int& key) { in remove_value() function in ebpf::BPFSockhashTable
291 virtual StatusTuple remove_value(const KeyType& key) { in remove_value() function500 virtual StatusTuple remove_value(const KeyType& key) { in remove_value() function545 virtual StatusTuple remove_value(const int& sock_fd) { in remove_value() function574 virtual StatusTuple remove_value(const int& fd) { in remove_value() function603 virtual StatusTuple remove_value(const int& fd) { in remove_value() function
353 def remove_value(value): function