Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/crypto/
H A Dt6_kern_tls.c103 static int ktls_setup_keys(struct tlspcb *tlsp,
122 struct tlspcb *tlsp; in alloc_tlspcb() local
124 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 …]
/freebsd/lib/libc/net/
H A Dprotocols62 tlsp 56 TLSP # Transport Layer Security Protocol
/freebsd/sys/kern/
H A Duipc_ktls.c600 struct ktls_session **tlsp, int direction) in ktls_create_session() argument
822 *tlsp = tls; in ktls_create_session()