PFKEYSTAT_ADD
PFKEYSTAT_ADD(out_bytes, m->m_pkthdr.len);
PFKEYSTAT_ADD(in_bytes, m->m_pkthdr.len);
#define PFKEYSTAT_INC(name) PFKEYSTAT_ADD(name, 1)