IPCOMPSTAT_ADD
#define IPCOMPSTAT_INC(name) IPCOMPSTAT_ADD(name, 1)
IPCOMPSTAT_ADD(ipcomps_ibytes, m->m_pkthdr.len);
IPCOMPSTAT_ADD(ipcomps_obytes, m->m_pkthdr.len - skip);