MCPcopy Create free account
hub / github.com/NetSys/bess / ProcessBatch

Method ProcessBatch

core/module.cc:142–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void Module::ProcessBatch(Context *, bess::PacketBatch *) {
143 CHECK(0); // You must override this function
144}
145
146task_id_t Module::RegisterTask(void *arg) {
147 std::string leafname = std::string("!leaf_") + name_ + std::string(":") +

Callers 4

operator()Method · 0.45
RunChooseModuleMethod · 0.45
EmitPacketMethod · 0.45
ProcessOGatesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected