Searched refs:taglen (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/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() 957 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() 3164 hdr->taglen = be32_to_cpup(p); in decode_compound_hdr() 3166 p = xdr_inline_decode(xdr, hdr->taglen + 4); in decode_compound_hdr() 3170 p += XDR_QUADLEN(hdr->taglen); in decode_compound_hdr()
|
/Linux-v5.4/net/ipv4/ |
D | cipso_ipv4.c | 1510 int taglen; in cipso_v4_optptr() local 1517 taglen = 1; in cipso_v4_optptr() 1520 taglen = optptr[1]; in cipso_v4_optptr() 1522 if (!taglen || taglen > optlen) in cipso_v4_optptr() 1527 optlen -= taglen; in cipso_v4_optptr() 1528 optptr += taglen; in cipso_v4_optptr()
|
/Linux-v5.4/arch/s390/crypto/ |
D | aes_s390.c | 993 unsigned int taglen = crypto_aead_authsize(tfm); in gcm_aes_crypt() local 1024 pclen -= taglen; in gcm_aes_crypt() 1079 scatterwalk_map_and_copy(tag, req->src, len, taglen, 0); in gcm_aes_crypt() 1080 if (crypto_memneq(tag, param.t, taglen)) in gcm_aes_crypt() 1083 scatterwalk_map_and_copy(param.t, req->dst, len, taglen, 1); in gcm_aes_crypt()
|
/Linux-v5.4/fs/nfsd/ |
D | xdr4.h | 658 u32 taglen; member 672 u32 taglen; member
|
D | nfs4xdr.c | 1918 argp->taglen = be32_to_cpup(p++); in nfsd4_decode_compound() 1919 READ_BUF(argp->taglen); in nfsd4_decode_compound() 1920 SAVEMEM(argp->tag, argp->taglen); in nfsd4_decode_compound() 1924 max_reply += 4 + (XDR_QUADLEN(argp->taglen) << 2); in nfsd4_decode_compound() 1926 if (argp->taglen > NFSD4_MAX_TAGLEN) in nfsd4_decode_compound() 4589 *p++ = htonl(resp->taglen); in nfs4svc_encode_compoundres() 4590 memcpy(p, resp->tag, resp->taglen); in nfs4svc_encode_compoundres() 4591 p += XDR_QUADLEN(resp->taglen); in nfs4svc_encode_compoundres()
|
D | nfs4proc.c | 1931 xdr_reserve_space(&resp->xdr, 8 + args->taglen); in nfsd4_proc_compound() 1932 resp->taglen = args->taglen; in nfsd4_proc_compound()
|
/Linux-v5.4/scripts/mod/ |
D | modpost.c | 796 unsigned int taglen = strlen(tag); in get_next_modinfo() local 806 if (strncmp(p, tag, taglen) == 0 && p[taglen] == '=') in get_next_modinfo() 807 return p + taglen + 1; in get_next_modinfo()
|
/Linux-v5.4/kernel/ |
D | module.c | 2538 unsigned int taglen = strlen(tag); in get_next_modinfo() local 2554 if (strncmp(p, tag, taglen) == 0 && p[taglen] == '=') in get_next_modinfo() 2555 return p + taglen + 1; in get_next_modinfo()
|