Home
last modified time | relevance | path

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

/linux-3.3/net/sunrpc/auth_gss/
Dsvcauth_gss.c112 static int dup_to_netobj(struct xdr_netobj *dst, char *src, int len) in dup_to_netobj() function
123 return dup_to_netobj(dst, src->data, src->len); in dup_netobj()
207 if (dup_to_netobj(&rsii.in_handle, buf, len)) in rsi_parse()
216 if (dup_to_netobj(&rsii.in_token, buf, len)) in rsi_parse()
249 if (dup_to_netobj(&rsii.out_handle, buf, len)) in rsi_parse()
258 if (dup_to_netobj(&rsii.out_token, buf, len)) in rsi_parse()
437 if (dup_to_netobj(&rsci.handle, buf, len)) in rsc_parse()
567 if (dup_to_netobj(&rsci.handle, handle->data, handle->len)) in gss_svc_searchbyctx()