| 31 | #include "buffer.h" |
| 32 | |
| 33 | void Buffer::DeInit() { |
| 34 | bess::PacketBatch *buf = &buf_; |
| 35 | bess::Packet::Free(buf); |
| 36 | } |
| 37 | |
| 38 | void Buffer::ProcessBatch(Context *ctx, bess::PacketBatch *batch) { |
| 39 | bess::PacketBatch *buf = &buf_; |
nothing calls this directly
no outgoing calls
no test coverage detected