LPIPTBLSIZE
#define txmitl (txmith + (1 * LPIPTBLSIZE))
#define trecvh (txmith + (2 * LPIPTBLSIZE))
#define trecvl (txmith + (3 * LPIPTBLSIZE))
#define ctxmitl (ctxmith + (1 * LPIPTBLSIZE))
#define ctrecvh (ctxmith + (2 * LPIPTBLSIZE))
#define ctrecvl (ctxmith + (3 * LPIPTBLSIZE))
txmith = malloc(4 * LPIPTBLSIZE, M_DEVBUF, M_NOWAIT);
ctxmith = malloc(4 * LPIPTBLSIZE, M_DEVBUF, M_NOWAIT);
for (i = 0; i < LPIPTBLSIZE; i++) {
for (i = 0; i < LPIPTBLSIZE; i++) {