Home
last modified time | relevance | path

Searched refs:GIF_HASH_SIZE (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/net/
H A Dif_gif.h70 #ifndef GIF_HASH_SIZE
71 #define GIF_HASH_SIZE (1 << 4) macro
H A Dif_gif.c263 hash = malloc(sizeof(struct gif_list) * GIF_HASH_SIZE, in gif_hashinit()
265 for (i = 0; i < GIF_HASH_SIZE; i++) in gif_hashinit()
/freebsd/sys/netinet6/
H A Din6_gif.c96 in6_gif_hashval((src), (dst)) & (GIF_HASH_SIZE - 1)])
98 fnv_32_buf((src), sizeof(*src), FNV1_32_INIT) & (GIF_HASH_SIZE - 1)])
/freebsd/sys/netinet/
H A Din_gif.c91 in_gif_hashval((src), (dst)) & (GIF_HASH_SIZE - 1)])
93 fnv_32_buf(&(src), sizeof(src), FNV1_32_INIT) & (GIF_HASH_SIZE - 1)])