Home
last modified time | relevance | path

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

/NextBSD/tools/tools/crypto/
HDipsecstats.c155 if (esps.esps_hist[i]) in main()
158 , (uintmax_t)esps.esps_hist[i] in main()
/NextBSD/sys/netipsec/
HDesp_var.h71 uint64_t esps_hist[ESP_ALG_MAX]; /* Per-algorithm op count */ member
HDxform_esp.c522 ESPSTAT_INC(esps_hist[sav->alg_enc]); in esp_input_cb()
961 ESPSTAT_INC(esps_hist[sav->alg_enc]); in esp_output_cb()
/NextBSD/usr.bin/netstat/
HDipsec.c375 hist(espstat->esps_hist, ipsec_espnames, in print_espstats()