Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetSys/bess
/ set_next
Method
set_next
core/packet.h:120–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
119
Packet *next() const { return next_; }
120
void set_next(Packet *next) { next_ = next; }
121
122
uint16_t data_off() { return data_off_; }
123
void set_data_off(uint16_t offset) { data_off_ = offset; }
Callers
1
RecvPackets
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected