Home
last modified time | relevance | path

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

/dports/net/ndpi/nDPI-92a1be2/src/lib/protocols/
H A Dookla.c59 if(ndpi_struct->ookla_cache == NULL) in ndpi_search_ookla()
60 ndpi_struct->ookla_cache = ndpi_lru_cache_init(1024); in ndpi_search_ookla()
62 if(ndpi_struct->ookla_cache != NULL) { in ndpi_search_ookla()
69 ndpi_lru_add_to_cache(ndpi_struct->ookla_cache, h, 1 /* dummy */); in ndpi_search_ookla()
78 if(ndpi_struct->ookla_cache != NULL) { in ndpi_search_ookla()
85 …if(ndpi_lru_find_cache(ndpi_struct->ookla_cache, h, &dummy, 0 /* Don't remove it as it can be used… in ndpi_search_ookla()
115 if(ndpi_struct->ookla_cache != NULL) { in ndpi_search_ookla()
118 …if(ndpi_lru_find_cache(ndpi_struct->ookla_cache, addr, &dummy, 0 /* Don't remove it as it can be u… in ndpi_search_ookla()
H A Dhttp.c932 if(ndpi_struct->ookla_cache == NULL) in ndpi_check_http_tcp()
933 ndpi_struct->ookla_cache = ndpi_lru_cache_init(1024); in ndpi_check_http_tcp()
935 if(ndpi_struct->ookla_cache != NULL) { in ndpi_check_http_tcp()
938 ndpi_lru_add_to_cache(ndpi_struct->ookla_cache, packet->iph->saddr, 1 /* dummy */); in ndpi_check_http_tcp()
940 ndpi_lru_add_to_cache(ndpi_struct->ookla_cache, packet->iph->daddr, 1 /* dummy */); in ndpi_check_http_tcp()
949 ndpi_lru_add_to_cache(ndpi_struct->ookla_cache, h, 1 /* dummy */); in ndpi_check_http_tcp()
/dports/net/ndpi/nDPI-92a1be2/src/include/
H A Dndpi_typedefs.h1206 struct ndpi_lru_cache *ookla_cache; member
/dports/net/ndpi/nDPI-92a1be2/src/lib/
H A Dndpi_main.c2681 if(ndpi_str->ookla_cache) in ndpi_exit_detection_module()
2682 ndpi_lru_free_cache(ndpi_str->ookla_cache); in ndpi_exit_detection_module()