Searched refs:tlsp (Results 1 – 3 of 3) sorted by relevance
103 static int ktls_setup_keys(struct tlspcb *tlsp,122 struct tlspcb *tlsp; in alloc_tlspcb() local124 tlsp = malloc(sizeof(*tlsp), M_CXGBE, M_ZERO | flags); in alloc_tlspcb()125 if (tlsp == NULL) in alloc_tlspcb()128 m_snd_tag_init(&tlsp->com, ifp, &t6_tls_tag_sw); in alloc_tlspcb()129 tlsp->vi = vi; in alloc_tlspcb()130 tlsp->sc = sc; in alloc_tlspcb()131 tlsp->ctrlq = &sc->sge.ctrlq[pi->port_id]; in alloc_tlspcb()132 tlsp->tid = -1; in alloc_tlspcb()133 tlsp->tx_key_addr = -1; in alloc_tlspcb()[all …]
62 tlsp 56 TLSP # Transport Layer Security Protocol
600 struct ktls_session **tlsp, int direction) in ktls_create_session() argument822 *tlsp = tls; in ktls_create_session()