Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_etf.c141 #define HASHSIZE 16 /* Dont change this without changing HASH() */ macro
153 struct filterhead hashtable[HASHSIZE];
184 for (i = 0; i < HASHSIZE; i++) { in ng_etf_constructor()
457 for (i = 0; i < HASHSIZE; i++) { in ng_etf_disconnect()