Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netipsec/
HDah_var.h67 uint64_t ahs_crypto; /* Crypto processing failure */ member
HDxform_ah.c613 AHSTAT_INC(ahs_crypto); in ah_input()
627 AHSTAT_INC(ahs_crypto); in ah_input()
741 AHSTAT_INC(ahs_crypto); in ah_input_cb()
980 AHSTAT_INC(ahs_crypto); in ah_output()
995 AHSTAT_INC(ahs_crypto); in ah_output()
1127 AHSTAT_INC(ahs_crypto); in ah_output_cb()
/freebsd-14-stable/tools/tools/crypto/
HDipsecstats.c121 AHSTAT(ahs.ahs_crypto, "failed crypto requests"); in main()
/freebsd-14-stable/usr.bin/netstat/
HDipsec.c298 p(ahs_crypto, "crypto-failures", "crypto processing failure%s"); in print_ahstats()