CBUF_LEN
static char cbuf[CBUF_LEN]; /* Command buffer */
static uint64_t buf[SADB_8TO64(CBUF_LEN)];
if ((cbuf_offset + len + 1) >= CBUF_LEN)