Searched refs:WET_UDP_HASH_SIZE (Results 1 – 2 of 2) sorted by relevance
207 #define WET_UDP_HASH_SIZE (1 << 3) macro208 #define WET_UDP_HASH(p) ((p)[1]&(WET_UDP_HASH_SIZE-1))209 static udp_hdlr_t udp_hash[WET_UDP_HASH_SIZE] = {