Home
last modified time | relevance | path

Searched refs:xpo_prep_reply_hdr (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/include/linux/sunrpc/
Dsvc_xprt.h21 void (*xpo_prep_reply_hdr)(struct svc_rqst *); member
/linux-2.6.39/net/sunrpc/
Dsvcsock.c686 .xpo_prep_reply_hdr = svc_udp_prep_reply_hdr,
1226 .xpo_prep_reply_hdr = svc_tcp_prep_reply_hdr,
1262 .xpo_prep_reply_hdr = svc_tcp_prep_reply_hdr,
Dsvc.c1007 rqstp->rq_xprt->xpt_ops->xpo_prep_reply_hdr(rqstp); in svc_process_common()
/linux-2.6.39/net/sunrpc/xprtrdma/
Dsvc_rdma_transport.c79 .xpo_prep_reply_hdr = svc_rdma_prep_reply_hdr,