Searched refs:xp_ops (Results 1 – 4 of 4) sorted by relevance
93 const struct xp_ops { struct108 } *xp_ops; member154 (*(xprt)->xp_ops->xp_recv)((xprt), (msg))156 (*(xprt)->xp_ops->xp_recv)((xprt), (msg))159 (*(xprt)->xp_ops->xp_stat)(xprt)161 (*(xprt)->xp_ops->xp_stat)(xprt)164 (*(xprt)->xp_ops->xp_getargs)((xprt), (xargs), (argsp))166 (*(xprt)->xp_ops->xp_getargs)((xprt), (xargs), (argsp))169 (*(xprt)->xp_ops->xp_reply) ((xprt), (msg))171 (*(xprt)->xp_ops->xp_reply) ((xprt), (msg))[all …]
634 static struct xp_ops ops; in svc_vc_ops()649 xprt->xp_ops = &ops; in svc_vc_ops()657 static struct xp_ops ops; in svc_vc_rendezvous_ops()673 xprt->xp_ops = &ops; in svc_vc_rendezvous_ops()721 if (xprt == NULL || xprt->xp_ops == NULL || in __svc_clean_idle()722 xprt->xp_ops->xp_recv != svc_vc_recv) in __svc_clean_idle()
218 static struct xp_ops ops; in svc_raw_ops()233 xprt->xp_ops = &ops; in svc_raw_ops()
285 static struct xp_ops ops; in svc_dg_ops()300 xprt->xp_ops = &ops; in svc_dg_ops()