build_protos
static void build_protos(struct proto prot[TLS_NUM_CONFIG][TLS_NUM_CONFIG],
build_protos(tls_prots[TLSV6], prot);
build_protos(tls_prots[TLSV4], prot);
static void build_protos(struct proto *espintcp_prot,
build_protos(&espintcp6_prot, &espintcp6_ops, sk->sk_prot, sk->sk_socket->ops);
build_protos(&espintcp_prot, &espintcp_ops, &tcp_prot, &inet_stream_ops);