Searched refs:netobj (Results 1 – 2 of 2) sorted by relevance
230 static char *gssp_stringify(struct xdr_netobj *netobj) in gssp_stringify() argument232 return kmemdup_nul(netobj->data, netobj->len, GFP_KERNEL); in gssp_stringify()
103 nlm4_netobj_to_cookie(struct lockd_cookie *cookie, netobj *object) in nlm4_netobj_to_cookie()