Searched refs:eg_cache (Results 1 – 4 of 4) sorted by relevance
207 if (client->in_cache == NULL && client->eg_cache == NULL) { in in_cache_remove_entry()338 entry = mpc->eg_cache; in eg_cache_get_by_cache_id()359 entry = mpc->eg_cache; in eg_cache_get_by_tag()381 entry = mpc->eg_cache; in eg_cache_get_by_vcc()401 entry = mpc->eg_cache; in eg_cache_get_by_src_ip()436 client->eg_cache = entry->next; in eg_cache_remove_entry()440 if (client->in_cache == NULL && client->eg_cache == NULL) { in eg_cache_remove_entry()472 entry->next = client->eg_cache; in eg_cache_add_entry()474 if (client->eg_cache != NULL) in eg_cache_add_entry()475 client->eg_cache->prev = entry; in eg_cache_add_entry()[all …]
30 eg_cache_entry *eg_cache; /* the egress cache of this MPC */ member
168 for (eg_entry = mpc->eg_cache; eg_entry; eg_entry = eg_entry->next) { in mpc_show()
1297 entry = mpc->eg_cache; in mps_death()1398 entry = mpc->eg_cache; in clean_up()