Home
last modified time | relevance | path

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

/freebsd-12.1/sys/netinet/
H A Dsiftr.c337 struct flow_hash_node *hash_node; in siftr_process_pkt() local
344 hash_node = NULL; in siftr_process_pkt()
381 LIST_FOREACH(hash_node, counter_list, nodes) { in siftr_process_pkt()
398 if (hash_node == NULL || !found_match) { in siftr_process_pkt()
400 hash_node = malloc(sizeof(struct flow_hash_node), in siftr_process_pkt()
403 if (hash_node != NULL) { in siftr_process_pkt()
405 hash_node->counter = 0; in siftr_process_pkt()
406 memcpy(hash_node->key, key, sizeof(key)); in siftr_process_pkt()
407 LIST_INSERT_HEAD(counter_list, hash_node, nodes); in siftr_process_pkt()
425 hash_node->counter = (hash_node->counter + 1) % in siftr_process_pkt()
[all …]
/freebsd-12.1/contrib/gcc/
H A Dcgraph.c156 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()
H A DChangeLog-200432205 (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)
H A DChangeLog-2005865 * cgraph.c (hash_node): Use explicit cast when converting from
/freebsd-12.1/contrib/wpa/hs20/client/
H A Dosu_client.c307 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-12.1/contrib/libstdc++/
H A DChangeLog-20064206 (node_iterator<>::node_iterator(hash_node<>*),
4207 node_const_iterator<>::node_const_iterator(hash_node<>*)): Tweak,
H A DChangeLog-20051581 hashtable_iterator(hash_node<>**)): Make explicit.