Home
last modified time | relevance | path

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

/netbsd/src/sys/netipsec/
Dipcomp_var.h53 #define IPCOMP_STAT_CRYPTO 16 /* crypto processing failure */ macro
Dxform_ipcomp.c144 int error, hlen = IPCOMP_HLENGTH, stat = IPCOMP_STAT_CRYPTO; in ipcomp_input()
433 IPCOMP_STATINC(IPCOMP_STAT_CRYPTO); in ipcomp_output()
452 IPCOMP_STATINC(IPCOMP_STAT_CRYPTO); in ipcomp_output()
/netbsd/src/usr.bin/netstat/
Dfast_ipsec.c279 IPCOMP(IPCOMP_STAT_CRYPTO, "failed crypto requests"); in fast_ipsec_stats()