Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetSys/bess
/ append
Method
append
core/packet.h:169–169 ·
view source on GitHub ↗
add bytes to the end
Source
from the content-addressed store, hash-verified
167
168
// add bytes to the end
169
void *append(uint16_t len) { return rte_pktmbuf_append(&mbuf_, len); }
170
171
// remove bytes from the end
172
void trim(uint16_t to_remove) {
Callers
15
docker_mount_args
Function · 0.80
find_current_plugins
Function · 0.80
find_current_plugins
Function · 0.80
dedup
Function · 0.80
copy
Method · 0.80
timestamp_packet
Function · 0.80
TEST
Function · 0.80
RecvPackets
Method · 0.80
RecvPackets
Method · 0.80
replace_rarrows
Function · 0.80
match
Method · 0.80
list_matched
Method · 0.80
Calls
no outgoing calls
Tested by
6
TEST
Function · 0.64
run_for
Method · 0.64
get_all_pkts
Method · 0.64
test_exactmatch_with_metadata
Method · 0.64
test_wildcardmatch_with_metadata
Method · 0.64
test_buffer
Method · 0.64