Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/
H A Dsiftr.c338 return hash_node; in siftr_find_flow()
358 if (hash_node != NULL) { in siftr_new_hash_node()
360 hash_node->counter = 0; in siftr_new_hash_node()
363 return hash_node; in siftr_new_hash_node()
389 if (hash_node == NULL) { in siftr_process_pkt()
399 hash_node->counter = (hash_node->counter + 1) % in siftr_process_pkt()
405 if (hash_node->counter > 0) in siftr_process_pkt()
796 if (hash_node == NULL) { in siftr_chkpkt()
808 if (hash_node == NULL) { in siftr_chkpkt()
945 if (!hash_node) { in siftr_chkpkt6()
[all …]
/freebsd-14.2/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()