Lines Matching refs:shortcut
558 atomic_add(skb->truesize, &sk_atm(entry->shortcut)->sk_wmem_alloc); in send_via_shortcut()
559 ATM_SKB(skb)->atm_options = entry->shortcut->atm_options; in send_via_shortcut()
560 entry->shortcut->send(entry->shortcut, skb); in send_via_shortcut()
640 in_entry->shortcut = vcc; in atm_mpoa_vcc_attach()
672 in_entry->shortcut = NULL; in mpc_vcc_close()
678 eg_entry->shortcut = NULL; in mpc_vcc_close()
755 if (eg->shortcut == NULL) { in mpc_push()
756 eg->shortcut = vcc; in mpc_push()
1128 if (eg_entry && eg_entry->shortcut) { in check_qos_and_open_shortcut()
1129 if (eg_entry->shortcut->qos.txtp.traffic_class & in check_qos_and_open_shortcut()
1132 if (eg_entry->shortcut->qos.txtp.traffic_class == ATM_UBR) in check_qos_and_open_shortcut()
1133 entry->shortcut = eg_entry->shortcut; in check_qos_and_open_shortcut()
1134 else if (eg_entry->shortcut->qos.txtp.max_pcr > 0) in check_qos_and_open_shortcut()
1135 entry->shortcut = eg_entry->shortcut; in check_qos_and_open_shortcut()
1137 if (entry->shortcut) { in check_qos_and_open_shortcut()
1185 ddprintk_cont("entry->shortcut = %p\n", entry->shortcut); in MPOA_res_reply_rcvd()
1188 entry->shortcut != NULL) { in MPOA_res_reply_rcvd()
1194 if (entry->shortcut != NULL) { in MPOA_res_reply_rcvd()
1302 purge_egress_shortcut(entry->shortcut, entry); in mps_death()