Searched refs:WET_IPV4_HASH_SIZE (Results 1 – 2 of 2) sorted by relevance
187 #define WET_IPV4_HASH_SIZE (1 << 1) macro188 #define WET_IPV4_HASH(p) ((p)&(WET_IPV4_HASH_SIZE-1))189 static ipv4_hdlr_t ipv4_hash[WET_IPV4_HASH_SIZE] = {