Searched refs:alg_comp (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/netipsec/
H A Dkeydb.h170 uint8_t alg_comp; /* Compression Algorithm Identifier */ member in struct:secasvar
H A Dxform_ipcomp.c158 /* NB: algorithm really comes in alg_enc and not alg_comp! */
162 sav->alg_comp));
165 sav->alg_comp = sav->alg_enc; /* set for doing histogram */
322 IPCOMPSTAT_INC(ipcomps_hist[sav->alg_comp]);
570 IPCOMPSTAT_INC(ipcomps_hist[sav->alg_comp]);

Completed in 57 milliseconds