tls_hdr
struct tls_hdr *hdr;
hdr = mtod(m, struct tls_hdr *);
V_TCB_PDU_LEN(resid - sizeof(struct tls_hdr)));
__func__, toep->tid, resid - sizeof(struct tls_hdr));
if (!have_header || (resid != 0 && (resid < sizeof(struct tls_hdr) ||
struct tls_hdr *tls_hdr, unsigned int plen, uint8_t rec_type,
struct tls_hdr *thdr;
thdr = (struct tls_hdr *)&m->m_epg_hdr;