Home
last modified time | relevance | path

Searched refs:taglen (Results 1 – 7 of 7) sorted by relevance

/linux/fs/nfs/
H A Dcallback.h33 unsigned int taglen; member
42 unsigned int taglen; member
H A Dcallback_xdr.c149 status = decode_string(xdr, &hdr->taglen, &hdr->tag, CB_OP_TAGLEN_MAXSZ); in decode_compound_hdr_arg()
689 status = encode_string(xdr, hdr->taglen, hdr->tag); in encode_compound_hdr_res()
991 hdr_res.taglen = hdr_arg.taglen; in nfs4_callback_compound()
H A Dnfs4xdr.c962 uint32_t taglen; member
1037 hdr->replen = 3 + hdr->taglen; in encode_compound_hdr()
1039 WARN_ON_ONCE(hdr->taglen > NFS4_MAXTAGLEN); in encode_compound_hdr()
1040 encode_string(xdr, hdr->taglen, hdr->tag); in encode_compound_hdr()
3234 hdr->taglen = ret; in decode_compound_hdr()
/linux/net/ipv4/
H A Dcipso_ipv4.c1502 int taglen; in cipso_v4_optptr() local
1509 taglen = 1; in cipso_v4_optptr()
1512 taglen = optptr[1]; in cipso_v4_optptr()
1514 if (!taglen || taglen > optlen) in cipso_v4_optptr()
1519 optlen -= taglen; in cipso_v4_optptr()
1520 optptr += taglen; in cipso_v4_optptr()
/linux/arch/s390/crypto/
H A Daes_s390.c938 unsigned int taglen = crypto_aead_authsize(tfm); in gcm_aes_crypt() local
969 pclen -= taglen; in gcm_aes_crypt()
1024 scatterwalk_map_and_copy(tag, req->src, len, taglen, 0); in gcm_aes_crypt()
1025 if (crypto_memneq(tag, param.t, taglen)) in gcm_aes_crypt()
1028 scatterwalk_map_and_copy(param.t, req->dst, len, taglen, 1); in gcm_aes_crypt()
/linux/scripts/mod/
H A Dmodpost.c666 unsigned int taglen = strlen(tag); in get_next_modinfo() local
676 if (strncmp(p, tag, taglen) == 0 && p[taglen] == '=') in get_next_modinfo()
677 return p + taglen + 1; in get_next_modinfo()
/linux/fs/nfsd/
H A Dnfs4proc.c2800 xdr_reserve_space(resp->xdr, XDR_UNIT * 2 + args->taglen); in nfsd4_proc_compound()
2801 resp->taglen = args->taglen; in nfsd4_proc_compound()
2831 trace_nfsd_compound(rqstp, args->tag, args->taglen, args->client_opcnt); in nfsd4_proc_compound()