Searched refs:IPCOMPSTAT_INC (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/netipsec/
H A Dipcomp_var.h74 #define IPCOMPSTAT_INC(name) IPCOMPSTAT_ADD(name, 1) macro
H A Dxform_ipcomp.c136 IPCOMPSTAT_INC(ipcomps_nopf);
142 IPCOMPSTAT_INC(ipcomps_input);
207 IPCOMPSTAT_INC(ipcomps_hdrops); /*XXX*/
215 IPCOMPSTAT_INC(ipcomps_pdrops); /* XXX have our own stats? */
225 IPCOMPSTAT_INC(ipcomps_crypto);
232 IPCOMPSTAT_INC(ipcomps_crypto);
312 IPCOMPSTAT_INC(ipcomps_noxform);
319 IPCOMPSTAT_INC(ipcomps_crypto);
324 IPCOMPSTAT_INC(ipcomps_hist[sav->alg_comp]);
336 IPCOMPSTAT_INC(ipcomps_hdrop
[all...]
H A Dipsec_input.c108 IPCOMPSTAT_INC(ipcomps_##name); \
H A Dipsec_output.c101 IPCOMPSTAT_INC(ipcomps_##name); \

Completed in 98 milliseconds