Home
last modified time | relevance | path

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

/openbmc/linux/net/atm/
H A Dmpoa_caches.c338 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()
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()
476 client->eg_cache = entry; in eg_cache_add_entry()
509 entry = client->eg_cache; in clear_expired()
[all …]
H A Dmpc.h30 eg_cache_entry *eg_cache; /* the egress cache of this MPC */ member
H A Dmpoa_proc.c168 for (eg_entry = mpc->eg_cache; eg_entry; eg_entry = eg_entry->next) { in mpc_show()
H A Dmpc.c1297 entry = mpc->eg_cache; in mps_death()
1398 entry = mpc->eg_cache; in clean_up()