Home
last modified time | relevance | path

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

/netbsd-src/sys/netipsec/
H A Dipcomp_var.h54 #define IPCOMP_STAT_HIST 17 /* per-algorithm op count */ macro
59 #define IPCOMP_NSTATS (IPCOMP_STAT_HIST + IPCOMP_ALG_MAX)
H A Dxform_ipcomp.c279 IPCOMP_STATINC(IPCOMP_STAT_HIST + ipcomp_stats[sav->alg_comp]); in ipcomp_input_cb()
543 IPCOMP_STATINC(IPCOMP_STAT_HIST + ipcomp_stats[sav->alg_comp]); in ipcomp_output_cb()
/netbsd-src/usr.bin/netstat/
H A Dfast_ipsec.c283 if (ipcs[IPCOMP_STAT_HIST + i]) in fast_ipsec_stats()
286 ipcs[IPCOMP_STAT_HIST + i]); in fast_ipsec_stats()