Lines Matching refs:shortcut
558 atm_account_tx(entry->shortcut, skb); in send_via_shortcut()
559 entry->shortcut->send(entry->shortcut, skb); in send_via_shortcut()
638 in_entry->shortcut = vcc; in atm_mpoa_vcc_attach()
670 in_entry->shortcut = NULL; in mpc_vcc_close()
676 eg_entry->shortcut = NULL; in mpc_vcc_close()
753 if (eg->shortcut == NULL) { in mpc_push()
754 eg->shortcut = vcc; in mpc_push()
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()
1132 if (entry->shortcut) { in check_qos_and_open_shortcut()
1181 ddprintk_cont("entry->shortcut = %p\n", entry->shortcut); in MPOA_res_reply_rcvd()
1184 entry->shortcut != NULL) { in MPOA_res_reply_rcvd()
1190 if (entry->shortcut != NULL) { in MPOA_res_reply_rcvd()
1298 purge_egress_shortcut(entry->shortcut, entry); in mps_death()