Home
last modified time | relevance | path

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

/f-stack/freebsd/netipsec/
H A Dxform_ipcomp.c142 IPCOMPSTAT_INC(ipcomps_nopf); in ipcomp_nonexp_input()
148 IPCOMPSTAT_INC(ipcomps_input); in ipcomp_nonexp_input()
234 IPCOMPSTAT_INC(ipcomps_crypto); in ipcomp_input()
241 IPCOMPSTAT_INC(ipcomps_crypto); in ipcomp_input()
321 IPCOMPSTAT_INC(ipcomps_crypto); in ipcomp_input_cb()
351 IPCOMPSTAT_INC(ipcomps_hdrops); in ipcomp_input_cb()
421 IPCOMPSTAT_INC(ipcomps_output); in ipcomp_output()
436 IPCOMPSTAT_INC(ipcomps_nopf); in ipcomp_output()
446 IPCOMPSTAT_INC(ipcomps_toobig); in ipcomp_output()
579 IPCOMPSTAT_INC(ipcomps_wrap); in ipcomp_output_cb()
[all …]
H A Dipcomp_var.h76 #define IPCOMPSTAT_INC(name) IPCOMPSTAT_ADD(name, 1) macro
H A Dipsec_input.c107 IPCOMPSTAT_INC(ipcomps_##name); \
H A Dipsec_output.c103 IPCOMPSTAT_INC(ipcomps_##name); \