Searched refs:hash6 (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netgraph/netflow/ |
H A D | netflow.c | 506 priv->hash6 = malloc(NBUCKETS * sizeof(struct flow_hash_entry), in ng_netflow_cache_init() 510 for (i = 0, hsh = priv->hash6; i < NBUCKETS; i++, hsh++) { in ng_netflow_cache_init() 593 for (hsh = priv->hash6, i = 0; i < NBUCKETS; hsh++, i++) in ng_netflow_cache_flush() 612 for (i = 0, hsh = priv->hash6; i < NBUCKETS; i++, hsh++) in ng_netflow_cache_flush() 616 if (priv->hash6 != NULL) in ng_netflow_cache_flush() 617 free(priv->hash6, M_NETFLOW_HASH); in ng_netflow_cache_flush() 836 hsh = &priv->hash6[ip6_hash(&r)]; in ng_netflow_flow6_add() 924 hsh = priv->hash6 + i; in ng_netflow_flow_show() 1138 for (hsh = priv->hash6, i = 0; i < NBUCKETS; hsh++, i++) { in ng_netflow_expire()
|
H A D | ng_netflow.h | 439 struct flow_hash_entry *hash6; member
|
/freebsd/tests/sys/geom/class/eli/ |
H A D | setkey_test.sh | 80 hash6=`dd if=/dev/${md}.eli bs=512 count=${sectors} 2>/dev/null | md5` 88 atf_check_equal ${hash1} ${hash6}
|