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