Searched refs:tdb_compalgxform (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/sys/netinet/
H A Dip_ipcomp.c99 tdbp->tdb_compalgxform = tcomp;
107 cric.cri_alg = tdbp->tdb_compalgxform->type;
136 const struct comp_algo *ipcompx = tdb->tdb_compalgxform;
306 const struct comp_algo *ipcompx = tdb->tdb_compalgxform;
H A Dipsec_output.c375 if ((m->m_pkthdr.len - hlen) < tdb->tdb_compalgxform->minlen) {
H A Dip_ipsp.h346 const struct comp_algo *tdb_compalgxform; /* Compression algo */ member in struct:tdb
/openbsd-current/sys/net/
H A Dpfkeyv2_convert.c171 tdb->tdb_compalgxform != NULL) {
172 switch (tdb->tdb_compalgxform->type) {

Completed in 179 milliseconds