host_packet
TAILQ_ENTRY(host_packet) chain;
TAILQ_HEAD(, host_packet) queue;
struct host_packet *hp =
malloc(sizeof(struct host_packet), M_TEMP, M_NOWAIT | M_ZERO);
struct host_packet *hp;