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_WAITOK);
ctxmith = malloc(4*LPIPTBLSIZE, M_DEVBUF, M_WAITOK);
for (i = 0; i < LPIPTBLSIZE; i++) {
for (i = 0; i < LPIPTBLSIZE; i++) {