Searched refs:xp_p2 (Results 1 – 5 of 5) sorted by relevance
121 void *xp_p2; /* private: for use by svc ops */ member146 #define __svc_getcallercreds(x) ((struct sockcred *)(x)->xp_p2)
160 xprt->xp_p2 = NULL; in svc_vc_create()484 if (sa->sa_family == AF_LOCAL && xprt->xp_p2 == NULL) { in read_vc()509 xprt->xp_p2 = mem_alloc(SOCKCREDSIZE(sc->sc_ngroups)); in read_vc()510 if (xprt->xp_p2 == NULL) in read_vc()513 memcpy(xprt->xp_p2, sc, SOCKCREDSIZE(sc->sc_ngroups)); in read_vc()
51 #define __rpcb_get_dg_xidp(x) (&((struct svc_dg_data *)(x)->xp_p2)->su_xid)
73 #define su_data(xprt) ((struct svc_dg_data *)(xprt->xp_p2))148 xprt->xp_p2 = (caddr_t)(void *)su; in svc_dg_create()
620 nd->nd_xprt->xp_p2 = in nfsrv_getclient()5810 nd->nd_xprt->xp_p2 = in nfsrv_checksequence()