Lines Matching refs:SVCMASTERXPRT
84 typedef struct __svcmasterxprt SVCMASTERXPRT; /* Master transport handle */ typedef
177 void (*xp_destroy)(SVCMASTERXPRT *);
190 void (*xp_start)(SVCMASTERXPRT *);
322 SVCMASTERXPRT *p_lhead; /* List head */
423 SVCMASTERXPRT *xp_next; /* Next transport in the list */
424 SVCMASTERXPRT *xp_prev; /* Prev transport in the list */
433 void (*xp_closeproc)(const SVCMASTERXPRT *);
462 SVCMASTERXPRT *xp_master; /* back ptr to master */
678 extern int svc_xprt_register(SVCMASTERXPRT *, int);
679 extern void svc_xprt_unregister(SVCMASTERXPRT *);
813 struct netbuf *, SVCMASTERXPRT **,
815 void (*closeproc)(const SVCMASTERXPRT *),
818 SVCMASTERXPRT **);
820 SVCMASTERXPRT **);
839 SVCMASTERXPRT *rtr_xprt_ptr; /* Ptr to master xprt handle */
851 extern void svc_rdma_kstop(SVCMASTERXPRT *);
852 extern void svc_rdma_kdestroy(SVCMASTERXPRT *);
1159 extern void svc_clone_link(SVCMASTERXPRT *, SVCXPRT *, SVCXPRT *);