Lines Matching refs:shortcut
529 ddprintk("(%s) using shortcut\n",
559 atm_account_tx(entry->shortcut, skb);
560 entry->shortcut->send(entry->shortcut, skb);
596 if (send_via_shortcut(skb, mpc) == 0) /* try shortcut */
639 in_entry->shortcut = vcc;
671 in_entry->shortcut = NULL;
677 eg_entry->shortcut = NULL;
713 /* data coming over the shortcut */
751 * See if ingress MPC is using shortcut we opened as a return channel.
754 if (eg->shortcut == NULL) {
755 eg->shortcut = vcc;
1114 * shortcut with suitable traffic parameters we could use.
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;
1133 if (entry->shortcut) {
1148 pr_info("(%s) trying to get a CBR shortcut\n",
1182 ddprintk_cont("entry->shortcut = %p\n", entry->shortcut);
1185 entry->shortcut != NULL) {
1191 if (entry->shortcut != NULL) {
1192 pr_info("(%s) entry->shortcut != NULL, impossible!\n",
1299 purge_egress_shortcut(entry->shortcut, entry);