xp_ops
xprt->xp_ops = svc_dg_ops();
xprt->xp_ops = svc_dg_ops();
static struct xp_ops *
static struct xp_ops ops;
static struct xp_ops *svc_dg_ops();
xprt->xp_ops = svc_door_ops();
xprt->xp_ops = svc_door_ops();
static struct xp_ops *svc_door_ops();
static struct xp_ops *
static struct xp_ops ops;
srp->server->xp_ops = svc_raw_ops();
static struct xp_ops *
static struct xp_ops ops;
static struct xp_ops *svc_raw_ops();
static struct xp_ops *
static struct xp_ops ops;
static struct xp_ops *
static struct xp_ops ops;
xprt->xp_ops = svc_vc_rendezvous_ops();
xprt->xp_ops = svc_vc_rendezvous_ops();
xprt->xp_ops = svc_vc_ops(); /* truely deals with calls */
xprt->xp_ops = svc_vc_ops();
static struct xp_ops *svc_vc_ops(void);
static struct xp_ops *svc_vc_rendezvous_ops(void);
return ((*(xprt)->xp_ops->xp_control)(xprt, rq, in));
(*(xprt)->xp_ops->xp_destroy)(xprt);
return ((*(xprt)->xp_ops->xp_freeargs)(xprt, xargs, argsp));
return ((*(xprt)->xp_ops->xp_getargs)(xprt, xargs, argsp));
xprt->xp_ops = svctcp_rendezvous_ops();
xprt->xp_ops = svctcp_ops(); /* truely deals with calls */
static struct xp_ops *
static struct xp_ops ops;
static struct xp_ops *
static struct xp_ops ops;
static struct xp_ops *svctcp_ops();
static struct xp_ops *svctcp_rendezvous_ops();
xprt->xp_ops = svcudp_ops();
static struct xp_ops *
static struct xp_ops ops;
static struct xp_ops *svcudp_ops();
struct xp_ops *xp_ops;
(*(clone_xprt)->xp_ops->xp_tattrs)((clone_xprt), (attrflag), (tattr))
if ((src_xprt)->xp_ops->xp_clone_xprt) \
(*(src_xprt)->xp_ops->xp_clone_xprt) \
if ((xprt)->xp_ops->xp_hold) \
(*(xprt)->xp_ops->xp_hold)((xprt)->xp_wq)
if ((xprt)->xp_ops->xp_release) \
(*(xprt)->xp_ops->xp_release)((xprt)->xp_wq, (mp), (enable))
(*(clone_xprt)->xp_ops->xp_recv)((clone_xprt), (mp), (msg))
(*(clone_xprt)->xp_ops->xp_getargs)((clone_xprt), (xargs), (argsp))
(*(clone_xprt)->xp_ops->xp_reply) ((clone_xprt), (msg))
(*(clone_xprt)->xp_ops->xp_freeargs)((clone_xprt), (xargs), (argsp))
(*(clone_xprt)->xp_ops->xp_getres)((clone_xprt), (size))
(*(clone_xprt)->xp_ops->xp_freeres)(clone_xprt)
(*(xprt)->xp_ops->xp_destroy)(xprt)
(*(clone_xprt)->xp_ops->xp_dup)(req, res, size, drpp, dupcachedp)
(*(clone_xprt)->xp_ops->xp_dupdone)(dr, res, resfree, size, status)
(*(clone_xprt)->xp_ops->xp_dup)(req, res, size, drpp, NULL)
(*(clone_xprt)->xp_ops->xp_dupdone)(dr, res, NULL, size, status)
(*(clone_xprt)->xp_ops->xp_clone_destroy)(clone_xprt)
(*(xprt)->xp_ops->xp_start)(xprt)
(*(xprt)->xp_ops->xp_recv)((xprt), (msg))
(*(xprt)->xp_ops->xp_recv)((xprt), (msg))
(*(xprt)->xp_ops->xp_stat)(xprt)
(*(xprt)->xp_ops->xp_stat)(xprt)
(*(xprt)->xp_ops->xp_getargs)((xprt), (xargs), (argsp))
(*(xprt)->xp_ops->xp_getargs)((xprt), (xargs), (argsp))
(*(xprt)->xp_ops->xp_reply) ((xprt), (msg))
(*(xprt)->xp_ops->xp_reply) ((xprt), (msg))
(*(xprt)->xp_ops->xp_freeargs)((xprt), (xargs), (argsp))
(*(xprt)->xp_ops->xp_freeargs)((xprt), (xargs), (argsp))
(*(xprt)->xp_ops->xp_getres)((xprt), (size))
(*(xprt)->xp_ops->xp_getres)((xprt), (size))
(*(xprt)->xp_ops->xp_freeres)(xprt)
(*(xprt)->xp_ops->xp_freeres)(xprt)
(*(xprt)->xp_ops->xp_destroy)(xprt)
(*(xprt)->xp_ops->xp_destroy)(xprt)
(*(xprt)->xp_ops->xp_control)((xprt), (rq), (in))
xprt->xp_ops = &svc_clts_op;
xprt->xp_ops = &svc_cots_op;
xprt->xp_ops = &rdma_svc_ops;