| 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_; |
no outgoing calls