r_mreq            262 nfs/nfs.h      	struct mbuf	*r_mreq;
r_mreq            492 nfs/nfs_socket.c 			m = m_copym(rep->r_mreq, 0, M_COPYALL, M_WAIT);
r_mreq            904 nfs/nfs_socket.c 	rep->r_mreq = m;
r_mreq            991 nfs/nfs_socket.c 		m_freem(rep->r_mreq);
r_mreq           1008 nfs/nfs_socket.c 				m_freem(rep->r_mreq);
r_mreq           1015 nfs/nfs_socket.c 		m_freem(rep->r_mreq);
r_mreq           1066 nfs/nfs_socket.c 			m_freem(rep->r_mreq);
r_mreq           1074 nfs/nfs_socket.c 		m_freem(rep->r_mreq);
r_mreq           1081 nfs/nfs_socket.c 	m_freem(rep->r_mreq);
r_mreq           1286 nfs/nfs_socket.c 		if (sbspace(&so->so_snd) >= rep->r_mreq->m_pkthdr.len &&
r_mreq           1290 nfs/nfs_socket.c 		   (m = m_copym(rep->r_mreq, 0, M_COPYALL, M_DONTWAIT))){