Searched refs:taglen (Results 1 – 8 of 8) sorted by relevance
| /linux/net/ipv4/ |
| H A D | cipso_ipv4.c | 1501 int taglen; in cipso_v4_optptr() local 1508 taglen = 1; in cipso_v4_optptr() 1511 taglen = optptr[1]; in cipso_v4_optptr() 1513 if (!taglen || taglen > optlen) in cipso_v4_optptr() 1518 optlen -= taglen; in cipso_v4_optptr() 1519 optptr += taglen; in cipso_v4_optptr()
|
| /linux/fs/nfs/ |
| H A D | callback_xdr.c | 146 status = decode_string(xdr, &hdr->taglen, &hdr->tag, CB_OP_TAGLEN_MAXSZ); in decode_compound_hdr_arg() 682 status = encode_string(xdr, hdr->taglen, hdr->tag); in encode_compound_hdr_res() 969 hdr_res.taglen = hdr_arg.taglen; in nfs4_callback_compound()
|
| /linux/scripts/mod/ |
| H A D | modpost.c | 694 unsigned int taglen = strlen(tag); in get_next_modinfo() local 704 if (strncmp(p, tag, taglen) == 0 && p[taglen] == '=') in get_next_modinfo() 705 return p + taglen + 1; in get_next_modinfo()
|
| /linux/fs/nfsd/ |
| H A D | xdr4.h | 913 u32 taglen; member 929 u32 taglen; member
|
| H A D | nfs4xdr.c | 2611 if (xdr_stream_decode_u32(argp->xdr, &argp->taglen) < 0) in nfsd4_decode_compound() 2615 if (unlikely(argp->taglen)) { in nfsd4_decode_compound() 2616 if (argp->taglen > NFSD4_MAX_TAGLEN) in nfsd4_decode_compound() 2618 p = xdr_inline_decode(argp->xdr, argp->taglen); in nfsd4_decode_compound() 2621 argp->tag = svcxdr_savemem(argp, p, argp->taglen); in nfsd4_decode_compound() 2624 max_reply += xdr_align_size(argp->taglen); in nfsd4_decode_compound() 6398 *p++ = htonl(resp->taglen); in nfs4svc_encode_compoundres() 6399 memcpy(p, resp->tag, resp->taglen); in nfs4svc_encode_compoundres() 6400 p += XDR_QUADLEN(resp->taglen); in nfs4svc_encode_compoundres()
|
| H A D | nfs4proc.c | 3064 xdr_reserve_space(resp->xdr, XDR_UNIT * 2 + args->taglen); in nfsd4_proc_compound() 3065 resp->taglen = args->taglen; in nfsd4_proc_compound() 3095 trace_nfsd_compound(rqstp, args->tag, args->taglen, args->client_opcnt); in nfsd4_proc_compound()
|
| H A D | trace.h | 150 u32 taglen, 153 TP_ARGS(rqst, tag, taglen, opcnt), 157 __string_len(tag, tag, taglen)
|
| /linux/kernel/module/ |
| H A D | main.c | 1142 unsigned int taglen = strlen(tag); in get_next_modinfo() local 1158 if (strncmp(p, tag, taglen) == 0 && p[taglen] == '=') in get_next_modinfo() 1159 return p + taglen + 1; in get_next_modinfo()
|