HomeSort by: relevance | last modified time | path
    Searched refs:IPCOMP_STAT_HIST (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netipsec/
ipcomp_var.h 54 #define IPCOMP_STAT_HIST 17 /* per-algorithm op count */
59 #define IPCOMP_NSTATS (IPCOMP_STAT_HIST + IPCOMP_ALG_MAX)
xform_ipcomp.c 279 IPCOMP_STATINC(IPCOMP_STAT_HIST + ipcomp_stats[sav->alg_comp]);
543 IPCOMP_STATINC(IPCOMP_STAT_HIST + ipcomp_stats[sav->alg_comp]);
  /src/usr.bin/netstat/
fast_ipsec.c 283 if (ipcs[IPCOMP_STAT_HIST + i])
286 ipcs[IPCOMP_STAT_HIST + i]);

Completed in 13 milliseconds