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

Method set_gate_batch

core/task.h:164–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162 }
163
164 void set_gate_batch(bess::Gate *gate, bess::PacketBatch *batch) const {
165 gate_batch_[gate->global_gate_index()] = batch;
166 }
167
168 bess::LeafTrafficClass *GetTC() const { return c_; }
169

Callers 2

EmitPacketMethod · 0.80
ProcessOGatesMethod · 0.80

Calls 1

global_gate_indexMethod · 0.80

Tested by

no test coverage detected