Searched refs:ahs_hist (Results 1 – 7 of 7) sorted by relevance
/freebsd/tools/tools/crypto/ |
H A D | ipsecstats.c | 124 if (ahs.ahs_hist[i]) in main() 127 , (uintmax_t)ahs.ahs_hist[i] in main()
|
/freebsd/sys/netipsec/ |
H A D | ah_var.h | 69 uint64_t ahs_hist[AH_ALG_MAX]; /* Per-algorithm op count */ member
|
H A D | xform_esp.c | 556 AHSTAT_INC2(ahs_hist, sav->alg_auth); in esp_input_cb() 1038 AHSTAT_INC2(ahs_hist, sav->alg_auth); in esp_output_cb()
|
H A D | xform_ah.c | 734 AHSTAT_INC2(ahs_hist, sav->alg_auth); in ah_input_cb() 1140 AHSTAT_INC2(ahs_hist, sav->alg_auth); in ah_output_cb()
|
/freebsd/usr.bin/netstat/ |
H A D | ipsec.c | 293 hist(ahstat->ahs_hist, ipsec_ahnames, in print_ahstats()
|
/freebsd/sys/netinet/ |
H A D | in_kdtrace.c | 413 MIB_PROBE_AH2(ahs_hist);
|
H A D | in_kdtrace.h | 397 SDT_PROBE_DECLARE(mib, ah, count, ahs_hist);
|