sock_new
static int sock_new(BIO *h);
.create = sock_new,
if (sock_new(sock) == NULL)
struct sock *sock_new(int);
struct sock *sock_new(int fd);