Searched refs:eg_entry (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/net/atm/ |
D | mpoa_proc.c | 109 eg_cache_entry *eg_entry; in proc_mpc_read() local 133 eg_entry = mpc->eg_cache; in proc_mpc_read() 135 while(eg_entry != NULL){ in proc_mpc_read() 137 … length += sprintf((char *)page + length,"%02x",eg_entry->ctrl_info.in_MPC_data_ATM_addr[i]);} in proc_mpc_read() 138 …eg_entry->ctrl_info.cache_id), egress_state_string(eg_entry->entry_state), (eg_entry->ctrl_info.ho… in proc_mpc_read() 141 temp = (unsigned char *)&eg_entry->latest_ip_addr; in proc_mpc_read() 145 if(eg_entry->shortcut) in proc_mpc_read() 146 …length += sprintf((char *)page + length," %-3d %-3d",eg_entry->shortcut->vpi,eg_entry->shortcut->v… in proc_mpc_read() 148 eg_entry = eg_entry->next; in proc_mpc_read()
|
D | mpc.c | 619 eg_cache_entry *eg_entry; in mpc_vcc_close() local 637 eg_entry = mpc->eg_ops->get_by_vcc(vcc, mpc); in mpc_vcc_close() 638 if (eg_entry) { in mpc_vcc_close() 640 eg_entry->shortcut = NULL; in mpc_vcc_close() 641 mpc->eg_ops->put(eg_entry); in mpc_vcc_close() 644 if (in_entry == NULL && eg_entry == NULL) in mpc_vcc_close() 1076 eg_cache_entry *eg_entry = client->eg_ops->get_by_src_ip(dst_ip, client); in check_qos_and_open_shortcut() local 1078 if(eg_entry && eg_entry->shortcut){ in check_qos_and_open_shortcut() 1079 if(eg_entry->shortcut->qos.txtp.traffic_class & in check_qos_and_open_shortcut() 1082 if(eg_entry->shortcut->qos.txtp.traffic_class == ATM_UBR) in check_qos_and_open_shortcut() [all …]
|
D | mpoa_caches.c | 210 eg_cache_entry *eg_entry = client->eg_ops->get_by_vcc(vcc, client); in in_cache_remove_entry() local 211 if (eg_entry != NULL) { in in_cache_remove_entry() 212 client->eg_ops->put(eg_entry); in in_cache_remove_entry()
|