buf_elm
struct buf_elm *be;
TAILQ_ENTRY(buf_elm) link;
static TAILQ_HEAD(, buf_elm) obuf_list = TAILQ_HEAD_INITIALIZER(obuf_list);