Searched refs:xdrmbuf_ops (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/xdr/
H A Dxdr_mbuf.c51 static const struct xdr_ops xdrmbuf_ops = { variable in typeref:struct:xdr_ops
72 xdrs->x_ops = &xdrmbuf_ops;
89 KASSERT(xdrs->x_ops == &xdrmbuf_ops && xdrs->x_op == XDR_ENCODE,
110 KASSERT(xdrs->x_ops == &xdrmbuf_ops && xdrs->x_op == XDR_DECODE,

Completed in 98 milliseconds