Home
last modified time | relevance | path

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

/dports/net/ndpi/nDPI-92a1be2/src/lib/
H A Dndpi_main.c2660 static void free_ptree_data(void *data) { in free_ptree_data() function
2697 ndpi_patricia_destroy((ndpi_patricia_tree_t *) ndpi_str->protocols_ptree, free_ptree_data); in ndpi_exit_detection_module()
2700 ndpi_patricia_destroy((ndpi_patricia_tree_t *) ndpi_str->ip_risk_mask_ptree, free_ptree_data); in ndpi_exit_detection_module()
2738 …atricia_destroy((ndpi_patricia_tree_t *) ndpi_str->custom_categories.ipAddresses, free_ptree_data); in ndpi_exit_detection_module()
2741 …_destroy((ndpi_patricia_tree_t *) ndpi_str->custom_categories.ipAddresses_shadow, free_ptree_data); in ndpi_exit_detection_module()
5059 …atricia_destroy((ndpi_patricia_tree_t *) ndpi_str->custom_categories.ipAddresses, free_ptree_data); in ndpi_enable_loaded_categories()
7330 ndpi_patricia_destroy(tree->v4, free_ptree_data); in ndpi_ptree_destroy()
7332 ndpi_patricia_destroy(tree->v6, free_ptree_data); in ndpi_ptree_destroy()