Searched defs:tdb_crypto (Results 1 – 1 of 1) sorted by relevance
69 struct tdb_crypto { struct70 struct ipsecrequest *tc_isr; /* ipsec request state */71 u_int32_t tc_spi; /* associated SPI */72 union sockaddr_union tc_dst; /* dst addr of packet */73 u_int8_t tc_proto; /* current protocol, e.g. AH */74 u_int8_t tc_nxt; /* next protocol, e.g. IPV4 */75 int tc_protoff; /* current protocol offset */76 int tc_skip; /* data offset */77 caddr_t tc_ptr; /* associated crypto data */78 struct secasvar *tc_sav; /* related SA */