Searched refs:hash_node (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/sys/netinet/ |
| HD | siftr.c | 330 struct flow_hash_node *hash_node; in siftr_process_pkt() local 337 hash_node = NULL; in siftr_process_pkt() 374 LIST_FOREACH(hash_node, counter_list, nodes) { in siftr_process_pkt() 383 if (memcmp(hash_node->key, key, sizeof(key)) == 0) { in siftr_process_pkt() 391 if (hash_node == NULL || !found_match) { in siftr_process_pkt() 393 hash_node = malloc(sizeof(struct flow_hash_node), in siftr_process_pkt() 396 if (hash_node != NULL) { in siftr_process_pkt() 398 hash_node->counter = 0; in siftr_process_pkt() 399 memcpy(hash_node->key, key, sizeof(key)); in siftr_process_pkt() 400 LIST_INSERT_HEAD(counter_list, hash_node, nodes); in siftr_process_pkt() [all …]
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | cgraph.c | 156 static hashval_t hash_node (const void *); 162 hash_node (const void *p) in hash_node() function 206 cgraph_hash = htab_create_ggc (10, hash_node, eq_node, NULL); in cgraph_node()
|
| HD | ChangeLog-2004 | 32205 (hash_node): Revert to hashing DECL_UID. 32374 * cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node) 32556 * cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node)
|
| HD | ChangeLog-2005 | 865 * cgraph.c (hash_node): Use explicit cast when converting from
|
| /freebsd-11-stable/contrib/wpa/hs20/client/ |
| HD | osu_client.c | 307 xml_node_t *url_node, *hash_node; in download_cert() local 317 hash_node = get_node(ctx->xml, params, "CertSHA256Fingerprint"); in download_cert() 318 if (url_node == NULL || hash_node == NULL) in download_cert() 321 hash = xml_node_get_text(ctx->xml, hash_node); in download_cert()
|
| /freebsd-11-stable/contrib/libstdc++/ |
| D | ChangeLog-2006 | 4206 (node_iterator<>::node_iterator(hash_node<>*), 4207 node_const_iterator<>::node_const_iterator(hash_node<>*)): Tweak,
|
| D | ChangeLog-2005 | 1581 hashtable_iterator(hash_node<>**)): Make explicit.
|