}
xprt = svc_xprt_alloc();
if (!xprt)
return (NULL);
sx_init(&xprt->xp_lock, "xprt->xp_lock");
xprt->xp_pool = pool;
xprt->xp_socket = so;
-