Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
EmitPacket
Method · 0.80
ProcessOGates
Method · 0.80
Calls
1
global_gate_index
Method · 0.80
Tested by
no test coverage detected