MCPcopy Create free account
hub / github.com/NetSys/bess / attr_offset

Method attr_offset

core/module.h:317–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315 }
316
317 bess::metadata::mt_offset_t attr_offset(size_t idx) const {
318 DCHECK_LT(idx, bess::metadata::kMaxAttrsPerModule);
319 return attr_offsets_[idx];
320 }
321
322 const bess::metadata::mt_offset_t *all_attr_offsets() const {
323 return attr_offsets_;

Callers 7

CheckOrphanReadersFunction · 0.80
collect_metadataFunction · 0.80
ptr_attrFunction · 0.80
get_attrFunction · 0.80
set_attrFunction · 0.80
TEST_FFunction · 0.80
InitMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64