Home
last modified time | relevance | path

Searched refs:hashmask (Results 1 – 4 of 4) sorted by relevance

/external/libnl/lib/route/cls/
Du32.c468 int rtnl_u32_set_hashmask(struct rtnl_cls *cls, uint32_t hashmask, uint32_t offset) in rtnl_u32_set_hashmask() argument
473 hashmask = htonl(hashmask); in rtnl_u32_set_hashmask()
482 sel->hmask = hashmask; in rtnl_u32_set_hashmask()
/external/usrsctp/usrsctplib/netinet/
Dsctp_os_userspace.h778 u_long *hashmask, int flags);
780 sctp_hashdestroy(void *vhashtbl, struct malloc_type *type, u_long hashmask);
783 sctp_hashfreedestroy(void *vhashtbl, struct malloc_type *type, u_long hashmask);
Dsctputil.c7360 u_long *hashmask, int flags) argument
7396 *hashmask = hashsize - 1;
7411 u_long *hashmask, int flags) argument
7447 *hashmask = hashsize - 1;
7453 sctp_hashdestroy(void *vhashtbl, struct malloc_type *type, u_long hashmask) argument
7458 for (hp = hashtbl; hp <= &hashtbl[hashmask]; hp++)
7468 sctp_hashfreedestroy(void *vhashtbl, struct malloc_type *type, u_long hashmask) argument
/external/libnl/lib/
Dhash.c55 #define hashmask(n) (hashsize(n)-1) macro