Lines Matching refs:dupreq
112 struct dupreq **, bool_t *);
113 static void svc_rdma_kdupdone(struct dupreq *, caddr_t,
1160 static struct dupreq *rdmadrhashtbl[DRHASHSZ];
1163 static void unhash(struct dupreq *);
1169 struct dupreq *rdmadrmru;
1178 svc_rdma_kdup(struct svc_req *req, caddr_t res, int size, struct dupreq **drpp, in svc_rdma_kdup()
1181 struct dupreq *dr; in svc_rdma_kdup()
1302 svc_rdma_kdupdone(struct dupreq *dr, caddr_t res, void (*dis_resfree)(), in svc_rdma_kdupdone()
1317 unhash(struct dupreq *dr) in unhash()
1319 struct dupreq *drt; in unhash()
1320 struct dupreq *drtprev = NULL; in unhash()