Lines Matching refs:eg_entry
136 eg_cache_entry *eg_entry;
168 for (eg_entry = mpc->eg_cache; eg_entry; eg_entry = eg_entry->next) {
169 unsigned char *p = eg_entry->ctrl_info.in_MPC_data_ATM_addr;
170 unsigned long seconds_delta = now - eg_entry->time;
175 (unsigned long)ntohl(eg_entry->ctrl_info.cache_id),
176 egress_state_string(eg_entry->entry_state),
177 (eg_entry->ctrl_info.holding_time - seconds_delta),
178 eg_entry->packets_rcvd);
181 sprintf(ip_string, "%pI4", &eg_entry->latest_ip_addr);
184 if (eg_entry->shortcut)
186 eg_entry->shortcut->vpi,
187 eg_entry->shortcut->vci);