Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/
Dnf_conntrack_h323_asn1.c111 static unsigned int get_uint(bitstr_t *bs, int b);
245 static unsigned int get_uint(bitstr_t *bs, int b) in get_uint() function
325 unsigned int v = get_uint(bs, len) + f->lb; in decode_int()
/linux-4.1.27/include/linux/sunrpc/
Dcache.h251 static inline int get_uint(char **bpp, unsigned int *anint) in get_uint() function
/linux-4.1.27/fs/nfsd/
Dexport.c398 err = get_uint(mesg, &fsloc->locations_count); in fsloc_parse()
454 err = get_uint(mesg, &listsize); in secinfo_parse()
461 err = get_uint(mesg, &f->pseudoflavor); in secinfo_parse()
470 err = get_uint(mesg, &f->flags); in secinfo_parse()
Dnfsctl.c923 int rv = get_uint(&mesg, &maxconn); in write_maxconn()
/linux-4.1.27/fs/nfs/
Ddns_resolve.c246 if (get_uint(&buf, &ttl) < 0) in nfs_dns_parse()