Searched defs:remove_value (Results 1 – 4 of 4) sorted by relevance
132 StatusTuple BPFTable::remove_value(const std::string& key_str) { in remove_value() function in ebpf::BPFTable625 StatusTuple BPFProgTable::remove_value(const int& index) { in remove_value() function in ebpf::BPFProgTable654 StatusTuple BPFCgroupArray::remove_value(const int& index) { in remove_value() function in ebpf::BPFCgroupArray681 StatusTuple BPFDevmapTable::remove_value(const int& index) { in remove_value() function in ebpf::BPFDevmapTable708 StatusTuple BPFXskmapTable::remove_value(const int& index) { in remove_value() function in ebpf::BPFXskmapTable728 StatusTuple BPFSockmapTable::remove_value(const int& index) { in remove_value() function in ebpf::BPFSockmapTable748 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
409 pub(super) fn remove_value<F: FreeList<C>>( in remove_value() function