Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetSys/bess
/ dead_batch
Method
dead_batch
core/task.h:158–158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
Module *module() const { return module_; }
157
158
bess::PacketBatch *dead_batch() const { return &dead_batch_; }
159
160
bess::PacketBatch *get_gate_batch(bess::Gate *gate) const {
161
return gate_batch_[gate->global_gate_index()];
Callers
1
DropPacket
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected