Lines Matching refs:iov_base
686 o->data = argv->iov_base; in svc_safe_getnetobj()
687 argv->iov_base += l; in svc_safe_getnetobj()
700 p = resv->iov_base + resv->iov_len; in svc_safe_putnetobj()
726 iov.iov_base = rpcstart; in gss_verify_header()
727 iov.iov_len = (u8 *)argv->iov_base - (u8 *)rpcstart; in gss_verify_header()
762 p = rqstp->rq_res.head->iov_base + rqstp->rq_res.head->iov_len; in gss_write_null_verf()
787 iov.iov_base = xdr_seq; in gss_write_verf()
790 p = rqstp->rq_res.head->iov_base + rqstp->rq_res.head->iov_len; in gss_write_verf()
1183 memcpy(page_address(in_token->pages[0]), argv->iov_base, length); in gss_read_proxy_verf()
1542 __be32 *reject_stat = resv->iov_base + resv->iov_len; in svcauth_gss_accept()
1559 rpcstart = argv->iov_base; in svcauth_gss_accept()
1625 svcdata->verf_start = resv->iov_base + resv->iov_len; in svcauth_gss_accept()
1727 integ_offset = (u8 *)(p + 1) - (u8 *)resbuf->head[0].iov_base; in svcauth_gss_wrap_resp_integ()
1737 if (resbuf->tail[0].iov_base == NULL) { in svcauth_gss_wrap_resp_integ()
1740 resbuf->tail[0].iov_base = resbuf->head[0].iov_base in svcauth_gss_wrap_resp_integ()
1745 mic.data = (u8 *)resv->iov_base + resv->iov_len + 4; in svcauth_gss_wrap_resp_integ()
1777 offset = (u8 *)p - (u8 *)resbuf->head[0].iov_base; in svcauth_gss_wrap_resp_priv()
1790 if (resbuf->tail[0].iov_base) { in svcauth_gss_wrap_resp_priv()
1791 if (resbuf->tail[0].iov_base >= in svcauth_gss_wrap_resp_priv()
1792 resbuf->head[0].iov_base + PAGE_SIZE) in svcauth_gss_wrap_resp_priv()
1794 if (resbuf->tail[0].iov_base < resbuf->head[0].iov_base) in svcauth_gss_wrap_resp_priv()
1799 memmove(resbuf->tail[0].iov_base + RPC_MAX_AUTH_SIZE, in svcauth_gss_wrap_resp_priv()
1800 resbuf->tail[0].iov_base, in svcauth_gss_wrap_resp_priv()
1802 resbuf->tail[0].iov_base += RPC_MAX_AUTH_SIZE; in svcauth_gss_wrap_resp_priv()
1811 if (resbuf->tail[0].iov_base == NULL) { in svcauth_gss_wrap_resp_priv()
1814 resbuf->tail[0].iov_base = resbuf->head[0].iov_base in svcauth_gss_wrap_resp_priv()
1822 p = (__be32 *)(resbuf->tail[0].iov_base + resbuf->tail[0].iov_len); in svcauth_gss_wrap_resp_priv()