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

/freebsd-13-stable/sys/netipsec/
H A Dipcomp_var.h76 #define IPCOMPSTAT_INC(name) IPCOMPSTAT_ADD(name, 1) macro
H A Dxform_ipcomp.c142 IPCOMPSTAT_INC(ipcomps_nopf);
148 IPCOMPSTAT_INC(ipcomps_input);
212 IPCOMPSTAT_INC(ipcomps_hdrops); /*XXX*/
220 IPCOMPSTAT_INC(ipcomps_pdrops); /* XXX have our own stats? */
234 IPCOMPSTAT_INC(ipcomps_crypto);
241 IPCOMPSTAT_INC(ipcomps_crypto);
314 IPCOMPSTAT_INC(ipcomps_noxform);
321 IPCOMPSTAT_INC(ipcomps_crypto);
326 IPCOMPSTAT_INC(ipcomps_hist[sav->alg_comp]);
338 IPCOMPSTAT_INC(ipcomps_hdrop
[all...]
H A Dipsec_input.c107 IPCOMPSTAT_INC(ipcomps_##name); \
H A Dipsec_output.c103 IPCOMPSTAT_INC(ipcomps_##name); \

Completed in 161 milliseconds