Home
last modified time | relevance | path

Searched refs:AHSTAT_INC (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/netipsec/
H A Dxform_ah.c567 AHSTAT_INC(ahs_replay); in ah_input()
608 AHSTAT_INC(ahs_crypto); in ah_input()
622 AHSTAT_INC(ahs_crypto); in ah_input()
645 AHSTAT_INC(ahs_hdrops); in ah_input()
733 AHSTAT_INC(ahs_crypto); in ah_input_cb()
796 AHSTAT_INC(ahs_hdrops); in ah_input_cb()
853 AHSTAT_INC(ahs_output); in ah_output()
878 AHSTAT_INC(ahs_nopf); in ah_output()
888 AHSTAT_INC(ahs_toobig); in ah_output()
901 AHSTAT_INC(ahs_hdrops); in ah_output()
[all …]
H A Dah_var.h82 #define AHSTAT_INC(name) AHSTAT_ADD(name, 1) macro
H A Dxform_esp.c536 AHSTAT_INC(ahs_hist[sav->alg_auth]); in esp_input_cb()
1013 AHSTAT_INC(ahs_hist[sav->alg_auth]); in esp_output_cb()
H A Dipsec.c1305 AHSTAT_INC(ahs_wrap); in ipsec_chkreplay()
1346 AHSTAT_INC(ahs_wrap); in ipsec_chkreplay()
H A Dipsec_input.c105 AHSTAT_INC(ahs_##name); \
H A Dipsec_output.c101 AHSTAT_INC(ahs_##name); \