tls_prots          63 net/tls/tls_main.c static struct proto tls_prots[TLS_NUM_PROTS][TLS_NUM_CONFIG][TLS_NUM_CONFIG];
tls_prots          72 net/tls/tls_main.c 	sk->sk_prot = &tls_prots[ip_ver][ctx->tx_conf][ctx->rx_conf];
tls_prots         622 net/tls/tls_main.c 			build_protos(tls_prots[TLSV6], sk->sk_prot);
tls_prots         632 net/tls/tls_main.c 			build_protos(tls_prots[TLSV4], sk->sk_prot);