Searched refs:taglen (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.15/fs/nfs/ |
| D | callback.h | 51 unsigned int taglen; member 60 unsigned int taglen; member
|
| D | callback_xdr.c | 146 status = decode_string(xdr, &hdr->taglen, &hdr->tag, CB_OP_TAGLEN_MAXSZ); in decode_compound_hdr_arg() 663 status = encode_string(xdr, hdr->taglen, hdr->tag); in encode_compound_hdr_res() 955 hdr_res.taglen = hdr_arg.taglen; in nfs4_callback_compound()
|
| D | nfs4xdr.c | 958 uint32_t taglen; member 1038 hdr->replen = 3 + hdr->taglen; in encode_compound_hdr() 1040 WARN_ON_ONCE(hdr->taglen > NFS4_MAXTAGLEN); in encode_compound_hdr() 1041 encode_string(xdr, hdr->taglen, hdr->tag); in encode_compound_hdr() 3177 hdr->taglen = be32_to_cpup(p); in decode_compound_hdr() 3179 p = xdr_inline_decode(xdr, hdr->taglen + 4); in decode_compound_hdr() 3183 p += XDR_QUADLEN(hdr->taglen); in decode_compound_hdr()
|
| /Linux-v5.15/net/ipv4/ |
| D | cipso_ipv4.c | 1503 int taglen; in cipso_v4_optptr() local 1510 taglen = 1; in cipso_v4_optptr() 1513 taglen = optptr[1]; in cipso_v4_optptr() 1515 if (!taglen || taglen > optlen) in cipso_v4_optptr() 1520 optlen -= taglen; in cipso_v4_optptr() 1521 optptr += taglen; in cipso_v4_optptr()
|
| /Linux-v5.15/arch/s390/crypto/ |
| D | aes_s390.c | 833 unsigned int taglen = crypto_aead_authsize(tfm); in gcm_aes_crypt() local 864 pclen -= taglen; in gcm_aes_crypt() 919 scatterwalk_map_and_copy(tag, req->src, len, taglen, 0); in gcm_aes_crypt() 920 if (crypto_memneq(tag, param.t, taglen)) in gcm_aes_crypt() 923 scatterwalk_map_and_copy(param.t, req->dst, len, taglen, 1); in gcm_aes_crypt()
|
| /Linux-v5.15/fs/nfsd/ |
| D | xdr4.h | 691 u32 taglen; member 705 u32 taglen; member
|
| D | nfs4xdr.c | 2337 if (xdr_stream_decode_u32(argp->xdr, &argp->taglen) < 0) in nfsd4_decode_compound() 2341 if (unlikely(argp->taglen)) { in nfsd4_decode_compound() 2342 if (argp->taglen > NFSD4_MAX_TAGLEN) in nfsd4_decode_compound() 2344 p = xdr_inline_decode(argp->xdr, argp->taglen); in nfsd4_decode_compound() 2347 argp->tag = svcxdr_savemem(argp, p, argp->taglen); in nfsd4_decode_compound() 2350 max_reply += xdr_align_size(argp->taglen); in nfsd4_decode_compound() 5446 *p++ = htonl(resp->taglen); in nfs4svc_encode_compoundres() 5447 memcpy(p, resp->tag, resp->taglen); in nfs4svc_encode_compoundres() 5448 p += XDR_QUADLEN(resp->taglen); in nfs4svc_encode_compoundres()
|
| D | nfs4proc.c | 2471 xdr_reserve_space(resp->xdr, XDR_UNIT * 2 + args->taglen); in nfsd4_proc_compound() 2472 resp->taglen = args->taglen; in nfsd4_proc_compound()
|
| /Linux-v5.15/scripts/mod/ |
| D | modpost.c | 773 unsigned int taglen = strlen(tag); in get_next_modinfo() local 783 if (strncmp(p, tag, taglen) == 0 && p[taglen] == '=') in get_next_modinfo() 784 return p + taglen + 1; in get_next_modinfo()
|
| /Linux-v5.15/kernel/ |
| D | module.c | 2552 unsigned int taglen = strlen(tag); in get_next_modinfo() local 2568 if (strncmp(p, tag, taglen) == 0 && p[taglen] == '=') in get_next_modinfo() 2569 return p + taglen + 1; in get_next_modinfo()
|