Searched defs:tdb_crypto (Results 1 – 1 of 1) sorted by relevance
53 struct tdb_crypto { struct54 const struct ipsecrequest *tc_isr; /* ipsec request state */55 u_int32_t tc_spi; /* associated SPI */56 union sockaddr_union tc_dst; /* dst addr of packet */57 u_int8_t tc_proto; /* current protocol, e.g. AH */58 u_int8_t tc_nxt; /* next protocol, e.g. IPV4 */59 int tc_protoff; /* current protocol offset */60 int tc_skip; /* data offset */61 int tc_flags; /* outer protocol flags, e.g. IPV6_MINMTU */62 struct secasvar *tc_sav; /* ipsec SA */