Home
last modified time | relevance | path

Searched refs:ipcomps_crypto (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/sys/netipsec/
HDxform_ipcomp.c225 IPCOMPSTAT_INC(ipcomps_crypto); in ipcomp_input()
232 IPCOMPSTAT_INC(ipcomps_crypto); in ipcomp_input()
319 IPCOMPSTAT_INC(ipcomps_crypto); in ipcomp_input_cb()
472 IPCOMPSTAT_INC(ipcomps_crypto); in ipcomp_output()
491 IPCOMPSTAT_INC(ipcomps_crypto); in ipcomp_output()
567 IPCOMPSTAT_INC(ipcomps_crypto); in ipcomp_output_cb()
HDipcomp_var.h60 uint64_t ipcomps_crypto; /* "Crypto" processing failure */ member
/freebsd-11-stable/usr.bin/netstat/
HDipsec.c417 p(ipcomps_crypto, "crypto-failure", "crypto processing failure%s"); in print_ipcompstats()