Home
last modified time | relevance | path

Searched defs:hashmask (Results 1 – 3 of 3) sorted by relevance

/external/libnl/lib/
Dhash.c55 #define hashmask(n) (hashsize(n)-1) macro
/external/usrsctp/usrsctplib/netinet/
Dsctputil.c7360 u_long *hashmask, int flags)
7411 u_long *hashmask, int flags)
7453 sctp_hashdestroy(void *vhashtbl, struct malloc_type *type, u_long hashmask)
7468 sctp_hashfreedestroy(void *vhashtbl, struct malloc_type *type, u_long hashmask)
/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()