Searched refs:hashmask (Results 1 - 2 of 2) sorted by relevance

/external/libnl/lib/route/cls/
H A Du32.c416 int rtnl_u32_set_hashmask(struct rtnl_cls *cls, uint32_t hashmask, uint32_t offset) argument
422 hashmask = htonl(hashmask);
437 sel->hmask = hashmask;
/external/libnl/lib/
H A Dhash.c54 #define hashmask(n) (hashsize(n)-1) macro
161 h = (h & hashmask(10));

Completed in 551 milliseconds