MCPcopy Create free account
hub / github.com/F-Stack/f-stack / bp_free

Function bp_free

tools/ipfw/ipfw2.c:448–453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446}
447
448void
449bp_free(struct buf_pr *b)
450{
451
452 free(b->buf);
453}
454
455/*
456 * Flushes buffer so new writer start from beginning.

Callers 3

list_pipesFunction · 0.85
ipfw_show_configFunction · 0.85
ipfw_addFunction · 0.85

Calls 1

freeFunction · 0.50

Tested by

no test coverage detected