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