Home
last modified time | relevance | path

Searched refs:get_uint (Results 1 – 3 of 3) sorted by relevance

/linux/fs/nfsd/
H A Dexport.c486 err = get_uint(mesg, &fsloc->locations_count); in fsloc_parse()
542 err = get_uint(mesg, &listsize); in secinfo_parse()
549 err = get_uint(mesg, &f->pseudoflavor); in secinfo_parse()
558 err = get_uint(mesg, &f->flags); in secinfo_parse()
581 err = get_uint(mesg, &listsize); in xprtsec_parse()
589 err = get_uint(mesg, &mode); in xprtsec_parse()
/linux/net/netfilter/
H A Dnf_conntrack_h323_asn1.c107 static unsigned int get_uint(struct bitstr *bs, int b);
252 static unsigned int get_uint(struct bitstr *bs, int b) in get_uint() function
338 unsigned int v = get_uint(bs, len) + f->lb; in decode_int()
/linux/fs/nfs/
H A Ddns_resolve.c256 if (get_uint(&buf, &ttl) < 0) in nfs_dns_parse()