Home
last modified time | relevance | path

Searched refs:tls_prots (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/tls/
H A Dtls_main.c63 static struct proto tls_prots[TLS_NUM_PROTS][TLS_NUM_CONFIG][TLS_NUM_CONFIG]; variable
73 &tls_prots[ip_ver][ctx->tx_conf][ctx->rx_conf]); in update_sk_prot()
693 build_protos(tls_prots[TLSV6], prot); in tls_build_proto()
705 build_protos(tls_prots[TLSV4], prot); in tls_build_proto()
/kernel/linux/linux-6.6/net/tls/
H A Dtls_main.c125 static struct proto tls_prots[TLS_NUM_PROTS][TLS_NUM_CONFIG][TLS_NUM_CONFIG]; variable
135 &tls_prots[ip_ver][ctx->tx_conf][ctx->rx_conf]); in update_sk_prot()
867 build_protos(tls_prots[TLSV6], prot); in tls_build_proto()
879 build_protos(tls_prots[TLSV4], prot); in tls_build_proto()

Completed in 3 milliseconds