Home
last modified time | relevance | path

Searched refs:netobj (Results 1 – 2 of 2) sorted by relevance

/linux/net/sunrpc/auth_gss/
H A Dgss_rpc_upcall.c230 static char *gssp_stringify(struct xdr_netobj *netobj) in gssp_stringify() argument
232 return kmemdup_nul(netobj->data, netobj->len, GFP_KERNEL); in gssp_stringify()
/linux/fs/lockd/
H A Dsvc4proc.c103 nlm4_netobj_to_cookie(struct lockd_cookie *cookie, netobj *object) in nlm4_netobj_to_cookie()