Lines Matching refs:eg_entry
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()
1083 entry->shortcut = eg_entry->shortcut; in check_qos_and_open_shortcut()
1084 else if(eg_entry->shortcut->qos.txtp.max_pcr > 0) in check_qos_and_open_shortcut()
1085 entry->shortcut = eg_entry->shortcut; in check_qos_and_open_shortcut()
1089 client->eg_ops->put(eg_entry); in check_qos_and_open_shortcut()
1093 if (eg_entry != NULL) in check_qos_and_open_shortcut()
1094 client->eg_ops->put(eg_entry); in check_qos_and_open_shortcut()