Lines Matching refs:eg_entry
657 eg_cache_entry *eg_entry; in mpc_vcc_close() local
673 eg_entry = mpc->eg_ops->get_by_vcc(vcc, mpc); in mpc_vcc_close()
674 if (eg_entry) { in mpc_vcc_close()
676 eg_entry->shortcut = NULL; in mpc_vcc_close()
677 mpc->eg_ops->put(eg_entry); in mpc_vcc_close()
680 if (in_entry == NULL && eg_entry == NULL) in mpc_vcc_close()
1121 eg_cache_entry *eg_entry = client->eg_ops->get_by_src_ip(dst_ip, client); in check_qos_and_open_shortcut() local
1123 if (eg_entry && eg_entry->shortcut) { in check_qos_and_open_shortcut()
1124 if (eg_entry->shortcut->qos.txtp.traffic_class & in check_qos_and_open_shortcut()
1127 if (eg_entry->shortcut->qos.txtp.traffic_class == ATM_UBR) in check_qos_and_open_shortcut()
1128 entry->shortcut = eg_entry->shortcut; in check_qos_and_open_shortcut()
1129 else if (eg_entry->shortcut->qos.txtp.max_pcr > 0) in check_qos_and_open_shortcut()
1130 entry->shortcut = eg_entry->shortcut; in check_qos_and_open_shortcut()
1135 client->eg_ops->put(eg_entry); in check_qos_and_open_shortcut()
1139 if (eg_entry != NULL) in check_qos_and_open_shortcut()
1140 client->eg_ops->put(eg_entry); in check_qos_and_open_shortcut()