Searched refs:dup_to_netobj (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 146 static int dup_to_netobj(struct xdr_netobj *dst, char *src, int len) in dup_to_netobj() function 157 return dup_to_netobj(dst, src->data, src->len); in dup_netobj() 242 if (dup_to_netobj(&rsii.in_handle, buf, len)) in rsi_parse() 251 if (dup_to_netobj(&rsii.in_token, buf, len)) in rsi_parse() 284 if (dup_to_netobj(&rsii.out_handle, buf, len)) in rsi_parse() 293 if (dup_to_netobj(&rsii.out_token, buf, len)) in rsi_parse() 481 if (dup_to_netobj(&rsci.handle, buf, len)) in rsc_parse() 631 if (dup_to_netobj(&rsci.handle, handle->data, handle->len)) in gss_svc_searchbyctx() 1240 if (dup_to_netobj(&rsci.handle, (char *)handle, sizeof(uint64_t))) in gss_proxy_save_rsc()
|