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

/freebsd-11-stable/sys/netipsec/
H A Dipcomp_var.h72 #define IPCOMPSTAT_ADD(name, val) \ macro
74 #define IPCOMPSTAT_INC(name) IPCOMPSTAT_ADD(name, 1)
H A Dxform_ipcomp.c141 IPCOMPSTAT_ADD(ipcomps_ibytes, (*mp)->m_pkthdr.len);
455 IPCOMPSTAT_ADD(ipcomps_obytes, m->m_pkthdr.len - skip);

Completed in 157 milliseconds