Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetSys/bess
/ data_off
Method
data_off
core/packet.h:122–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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; }
124
125
uint16_t data_len() { return data_len_; }
Callers
1
ProcessBatch
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected