eg_cache 1297 net/atm/mpc.c entry = mpc->eg_cache; eg_cache 1398 net/atm/mpc.c entry = mpc->eg_cache; eg_cache 30 net/atm/mpc.h eg_cache_entry *eg_cache; /* the egress cache of this MPC */ eg_cache 207 net/atm/mpoa_caches.c if (client->in_cache == NULL && client->eg_cache == NULL) { eg_cache 338 net/atm/mpoa_caches.c entry = mpc->eg_cache; eg_cache 359 net/atm/mpoa_caches.c entry = mpc->eg_cache; eg_cache 381 net/atm/mpoa_caches.c entry = mpc->eg_cache; eg_cache 401 net/atm/mpoa_caches.c entry = mpc->eg_cache; eg_cache 436 net/atm/mpoa_caches.c client->eg_cache = entry->next; eg_cache 440 net/atm/mpoa_caches.c if (client->in_cache == NULL && client->eg_cache == NULL) { eg_cache 472 net/atm/mpoa_caches.c entry->next = client->eg_cache; eg_cache 474 net/atm/mpoa_caches.c if (client->eg_cache != NULL) eg_cache 475 net/atm/mpoa_caches.c client->eg_cache->prev = entry; eg_cache 476 net/atm/mpoa_caches.c client->eg_cache = entry; eg_cache 509 net/atm/mpoa_caches.c entry = client->eg_cache; eg_cache 528 net/atm/mpoa_caches.c while (mpc->eg_cache != NULL) eg_cache 529 net/atm/mpoa_caches.c mpc->eg_ops->remove_entry(mpc->eg_cache, mpc); eg_cache 171 net/atm/mpoa_proc.c for (eg_entry = mpc->eg_cache; eg_entry; eg_entry = eg_entry->next) {