Home
last modified time | relevance | path

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

/src/sys/netipsec/
H A Dipcomp_var.h74 #define IPCOMPSTAT_ADD(name, val) \ macro
85 #define IPCOMPSTAT_INC(name) IPCOMPSTAT_ADD(name, 1)
H A Dxform_ipcomp.c149 IPCOMPSTAT_ADD(ipcomps_ibytes, m->m_pkthdr.len); in ipcomp_nonexp_input()
475 IPCOMPSTAT_ADD(ipcomps_obytes, m->m_pkthdr.len - skip); in ipcomp_output()