Home
last modified time | relevance | path

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

/third_party/libnl/lib/
Dhash.c55 #define hashmask(n) (hashsize(n)-1) macro
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctputil.c7299 u_long *hashmask, int flags)
7350 u_long *hashmask, int flags)
7392 sctp_hashdestroy(void *vhashtbl, struct malloc_type *type, u_long hashmask)
7407 sctp_hashfreedestroy(void *vhashtbl, struct malloc_type *type, u_long hashmask)
/third_party/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()