Searched refs:hole (Results 1 – 2 of 2) sorted by relevance
152 Hole hole = std::make_pair(port, interface); in PunchHole() local153 if (holes->find(hole) != holes->end()) { in PunchHole()169 holes->insert(hole); in PunchHole()183 Hole hole = std::make_pair(port, interface); in PlugHole() local185 if (holes->find(hole) == holes->end()) { in PlugHole()202 holes->erase(hole); in PlugHole()211 for (auto hole : holes) { in PlugAllHoles() local212 PlugHole(hole.first /* port */, hole.second /* interface */, &tcp_holes_, in PlugAllHoles()218 for (auto hole : holes) { in PlugAllHoles() local219 PlugHole(hole.first /* port */, hole.second /* interface */, &udp_holes_, in PlugAllHoles()
97 // A sentinel value (kuint64max) as the start block denotes a sparse-hole