Searched refs:taglen (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.10/fs/nfs/ |
| D | callback.h | 51 unsigned int taglen; member 60 unsigned int taglen; member
|
| D | callback_xdr.c | 147 status = decode_string(xdr, &hdr->taglen, &hdr->tag, CB_OP_TAGLEN_MAXSZ); in decode_compound_hdr_arg() 664 status = encode_string(xdr, hdr->taglen, hdr->tag); in encode_compound_hdr_res() 962 hdr_res.taglen = hdr_arg.taglen; in nfs4_callback_compound()
|
| D | nfs4xdr.c | 946 uint32_t taglen; member 1026 hdr->replen = 3 + hdr->taglen; in encode_compound_hdr() 1028 WARN_ON_ONCE(hdr->taglen > NFS4_MAXTAGLEN); in encode_compound_hdr() 1029 encode_string(xdr, hdr->taglen, hdr->tag); in encode_compound_hdr() 3161 hdr->taglen = be32_to_cpup(p); in decode_compound_hdr() 3163 p = xdr_inline_decode(xdr, hdr->taglen + 4); in decode_compound_hdr() 3167 p += XDR_QUADLEN(hdr->taglen); in decode_compound_hdr()
|
| /Linux-v5.10/net/ipv4/ |
| D | cipso_ipv4.c | 1512 int taglen; in cipso_v4_optptr() local 1519 taglen = 1; in cipso_v4_optptr() 1522 taglen = optptr[1]; in cipso_v4_optptr() 1524 if (!taglen || taglen > optlen) in cipso_v4_optptr() 1529 optlen -= taglen; in cipso_v4_optptr() 1530 optptr += taglen; in cipso_v4_optptr()
|
| /Linux-v5.10/arch/s390/crypto/ |
| D | aes_s390.c | 832 unsigned int taglen = crypto_aead_authsize(tfm); in gcm_aes_crypt() local 863 pclen -= taglen; in gcm_aes_crypt() 918 scatterwalk_map_and_copy(tag, req->src, len, taglen, 0); in gcm_aes_crypt() 919 if (crypto_memneq(tag, param.t, taglen)) in gcm_aes_crypt() 922 scatterwalk_map_and_copy(param.t, req->dst, len, taglen, 1); in gcm_aes_crypt()
|
| /Linux-v5.10/fs/nfsd/ |
| D | xdr4.h | 710 u32 taglen; member 724 u32 taglen; member
|
| D | nfs4xdr.c | 2214 argp->taglen = be32_to_cpup(p++); in nfsd4_decode_compound() 2215 READ_BUF(argp->taglen); in nfsd4_decode_compound() 2216 SAVEMEM(argp->tag, argp->taglen); in nfsd4_decode_compound() 2220 max_reply += 4 + (XDR_QUADLEN(argp->taglen) << 2); in nfsd4_decode_compound() 2222 if (argp->taglen > NFSD4_MAX_TAGLEN) in nfsd4_decode_compound() 5324 *p++ = htonl(resp->taglen); in nfs4svc_encode_compoundres() 5325 memcpy(p, resp->tag, resp->taglen); in nfs4svc_encode_compoundres() 5326 p += XDR_QUADLEN(resp->taglen); in nfs4svc_encode_compoundres()
|
| D | nfs4proc.c | 2342 xdr_reserve_space(&resp->xdr, 8 + args->taglen); in nfsd4_proc_compound() 2343 resp->taglen = args->taglen; in nfsd4_proc_compound()
|
| /Linux-v5.10/scripts/mod/ |
| D | modpost.c | 784 unsigned int taglen = strlen(tag); in get_next_modinfo() local 794 if (strncmp(p, tag, taglen) == 0 && p[taglen] == '=') in get_next_modinfo() 795 return p + taglen + 1; in get_next_modinfo()
|
| /Linux-v5.10/kernel/ |
| D | module.c | 2572 unsigned int taglen = strlen(tag); in get_next_modinfo() local 2588 if (strncmp(p, tag, taglen) == 0 && p[taglen] == '=') in get_next_modinfo() 2589 return p + taglen + 1; in get_next_modinfo()
|