Lines Matching refs:iov_base
684 o->data = argv->iov_base; in svc_safe_getnetobj()
685 argv->iov_base += l; in svc_safe_getnetobj()
698 p = resv->iov_base + resv->iov_len; in svc_safe_putnetobj()
724 iov.iov_base = rpcstart; in gss_verify_header()
725 iov.iov_len = (u8 *)argv->iov_base - (u8 *)rpcstart; in gss_verify_header()
760 p = rqstp->rq_res.head->iov_base + rqstp->rq_res.head->iov_len; in gss_write_null_verf()
785 iov.iov_base = xdr_seq; in gss_write_verf()
788 p = rqstp->rq_res.head->iov_base + rqstp->rq_res.head->iov_len; in gss_write_verf()
1177 memcpy(page_address(in_token->pages[0]), argv->iov_base, length); in gss_read_proxy_verf()
1537 __be32 *reject_stat = resv->iov_base + resv->iov_len; in svcauth_gss_accept()
1554 rpcstart = argv->iov_base; in svcauth_gss_accept()
1620 svcdata->verf_start = resv->iov_base + resv->iov_len; in svcauth_gss_accept()
1722 integ_offset = (u8 *)(p + 1) - (u8 *)resbuf->head[0].iov_base; in svcauth_gss_wrap_resp_integ()
1732 if (resbuf->tail[0].iov_base == NULL) { in svcauth_gss_wrap_resp_integ()
1735 resbuf->tail[0].iov_base = resbuf->head[0].iov_base in svcauth_gss_wrap_resp_integ()
1740 mic.data = (u8 *)resv->iov_base + resv->iov_len + 4; in svcauth_gss_wrap_resp_integ()
1772 offset = (u8 *)p - (u8 *)resbuf->head[0].iov_base; in svcauth_gss_wrap_resp_priv()
1785 if (resbuf->tail[0].iov_base) { in svcauth_gss_wrap_resp_priv()
1786 if (resbuf->tail[0].iov_base >= in svcauth_gss_wrap_resp_priv()
1787 resbuf->head[0].iov_base + PAGE_SIZE) in svcauth_gss_wrap_resp_priv()
1789 if (resbuf->tail[0].iov_base < resbuf->head[0].iov_base) in svcauth_gss_wrap_resp_priv()
1794 memmove(resbuf->tail[0].iov_base + RPC_MAX_AUTH_SIZE, in svcauth_gss_wrap_resp_priv()
1795 resbuf->tail[0].iov_base, in svcauth_gss_wrap_resp_priv()
1797 resbuf->tail[0].iov_base += RPC_MAX_AUTH_SIZE; in svcauth_gss_wrap_resp_priv()
1806 if (resbuf->tail[0].iov_base == NULL) { in svcauth_gss_wrap_resp_priv()
1809 resbuf->tail[0].iov_base = resbuf->head[0].iov_base in svcauth_gss_wrap_resp_priv()
1817 p = (__be32 *)(resbuf->tail[0].iov_base + resbuf->tail[0].iov_len); in svcauth_gss_wrap_resp_priv()