Lines Matching refs:eg_entry
658 eg_cache_entry *eg_entry;
674 eg_entry = mpc->eg_ops->get_by_vcc(vcc, mpc);
675 if (eg_entry) {
677 eg_entry->shortcut = NULL;
678 mpc->eg_ops->put(eg_entry);
681 if (in_entry == NULL && eg_entry == NULL)
1122 eg_cache_entry *eg_entry = client->eg_ops->get_by_src_ip(dst_ip, client);
1124 if (eg_entry && eg_entry->shortcut) {
1125 if (eg_entry->shortcut->qos.txtp.traffic_class &
1128 if (eg_entry->shortcut->qos.txtp.traffic_class == ATM_UBR)
1129 entry->shortcut = eg_entry->shortcut;
1130 else if (eg_entry->shortcut->qos.txtp.max_pcr > 0)
1131 entry->shortcut = eg_entry->shortcut;
1136 client->eg_ops->put(eg_entry);
1140 if (eg_entry != NULL)
1141 client->eg_ops->put(eg_entry);