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

/freebsd-10.1-release/sys/netipsec/
H A Dipip_var.h66 #define IPIPSTAT_ADD(name, val) \ macro
68 #define IPIPSTAT_INC(name) IPIPSTAT_ADD(name, 1)
H A Dxform_ipip.c309 IPIPSTAT_ADD(ipips_ibytes, m->m_pkthdr.len - iphlen);
568 IPIPSTAT_ADD(ipips_obytes,
580 IPIPSTAT_ADD(ipips_obytes,

Completed in 69 milliseconds