Home
last modified time | relevance | path

Searched refs:tlsp (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/sys/dev/cxgbe/crypto/
HDt6_kern_tls.c104 static int ktls_setup_keys(struct tlspcb *tlsp,
123 struct tlspcb *tlsp; in alloc_tlspcb() local
125 tlsp = malloc(sizeof(*tlsp), M_CXGBE, M_ZERO | flags); in alloc_tlspcb()
126 if (tlsp == NULL) in alloc_tlspcb()
129 m_snd_tag_init(&tlsp->com, ifp, &t6_tls_tag_sw); in alloc_tlspcb()
130 tlsp->vi = vi; in alloc_tlspcb()
131 tlsp->sc = sc; in alloc_tlspcb()
132 tlsp->ctrlq = &sc->sge.ctrlq[pi->port_id]; in alloc_tlspcb()
133 tlsp->tid = -1; in alloc_tlspcb()
134 tlsp->tx_key_addr = -1; in alloc_tlspcb()
[all …]
/freebsd-14-stable/lib/libc/net/
HDprotocols65 tlsp 56 TLSP # Transport Layer Security Protocol
/freebsd-14-stable/sys/kern/
HDuipc_ktls.c501 struct ktls_session **tlsp, int direction) in ktls_create_session() argument
741 *tlsp = tls; in ktls_create_session()