Home
last modified time | relevance | path

Searched refs:xdr_encode_netobj (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/sunrpc/
H A Dxdr.h133 __be32 *xdr_encode_netobj(__be32 *p, const struct xdr_netobj *);
/openbmc/linux/net/sunrpc/
H A Dxdr.c29 xdr_encode_netobj(__be32 *p, const struct xdr_netobj *obj) in xdr_encode_netobj() function
38 EXPORT_SYMBOL_GPL(xdr_encode_netobj);
/openbmc/linux/net/sunrpc/auth_gss/
H A Dauth_gss.c1569 p = xdr_encode_netobj(p, &ctx->gc_wire_ctx); in gss_marshal()