Home
last modified time | relevance | path

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

/linux-4.4.14/net/atm/
Dmpoa_caches.c207 if (client->in_cache == NULL && client->eg_cache == NULL) { in in_cache_remove_entry()
339 entry = mpc->eg_cache; in eg_cache_get_by_cache_id()
360 entry = mpc->eg_cache; in eg_cache_get_by_tag()
382 entry = mpc->eg_cache; in eg_cache_get_by_vcc()
402 entry = mpc->eg_cache; in eg_cache_get_by_src_ip()
438 client->eg_cache = entry->next; in eg_cache_remove_entry()
442 if (client->in_cache == NULL && client->eg_cache == NULL) { in eg_cache_remove_entry()
474 entry->next = client->eg_cache; in eg_cache_add_entry()
476 if (client->eg_cache != NULL) in eg_cache_add_entry()
477 client->eg_cache->prev = entry; in eg_cache_add_entry()
[all …]
Dmpc.h29 eg_cache_entry *eg_cache; /* the egress cache of this MPC */ member
Dmpoa_proc.c169 for (eg_entry = mpc->eg_cache; eg_entry; eg_entry = eg_entry->next) { in mpc_show()
Dmpc.c1297 entry = mpc->eg_cache; in mps_death()
1398 entry = mpc->eg_cache; in clean_up()