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

Method DeInit

core/modules/buffer.cc:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31#include "buffer.h"
32
33void Buffer::DeInit() {
34 bess::PacketBatch *buf = &buf_;
35 bess::Packet::Free(buf);
36}
37
38void Buffer::ProcessBatch(Context *ctx, bess::PacketBatch *batch) {
39 bess::PacketBatch *buf = &buf_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected