Home
last modified time | relevance | path

Searched refs:IPCOMPSTAT_ADD (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netipsec/
H A Dipcomp_var.h74 #define IPCOMPSTAT_ADD(name, val) \ macro
76 #define IPCOMPSTAT_INC(name) IPCOMPSTAT_ADD(name, 1)
H A Dxform_ipcomp.c147 IPCOMPSTAT_ADD(ipcomps_ibytes, m->m_pkthdr.len); in ipcomp_nonexp_input()
457 IPCOMPSTAT_ADD(ipcomps_obytes, m->m_pkthdr.len - skip); in ipcomp_output()