Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnf_conntrack_h323_asn1.c110 static unsigned int get_uint(struct bitstr *bs, int b);
255 static unsigned int get_uint(struct bitstr *bs, int b) in get_uint() function
339 unsigned int v = get_uint(bs, len) + f->lb; in decode_int()
/Linux-v4.19/include/linux/sunrpc/
Dcache.h255 static inline int get_uint(char **bpp, unsigned int *anint) in get_uint() function
/Linux-v4.19/fs/nfsd/
Dexport.c399 err = get_uint(mesg, &fsloc->locations_count); in fsloc_parse()
456 err = get_uint(mesg, &listsize); in secinfo_parse()
463 err = get_uint(mesg, &f->pseudoflavor); in secinfo_parse()
472 err = get_uint(mesg, &f->flags); in secinfo_parse()
Dnfsctl.c943 int rv = get_uint(&mesg, &maxconn); in write_maxconn()
/Linux-v4.19/fs/nfs/
Ddns_resolve.c247 if (get_uint(&buf, &ttl) < 0) in nfs_dns_parse()