Lines Matching refs:shortcut
525 atomic_add(skb->truesize, &entry->shortcut->sk->wmem_alloc); in send_via_shortcut()
526 ATM_SKB(skb)->atm_options = entry->shortcut->atm_options; in send_via_shortcut()
527 entry->shortcut->send(entry->shortcut, skb); in send_via_shortcut()
600 in_entry->shortcut = vcc; in atm_mpoa_vcc_attach()
634 in_entry->shortcut = NULL; in mpc_vcc_close()
640 eg_entry->shortcut = NULL; in mpc_vcc_close()
713 if (eg->shortcut == NULL) { in mpc_push()
714 eg->shortcut = vcc; in mpc_push()
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()
1087 if(entry->shortcut){ in check_qos_and_open_shortcut()
1133 ddprintk("entry->shortcut = %p\n", entry->shortcut); in MPOA_res_reply_rcvd()
1135 if(entry->entry_state == INGRESS_RESOLVING && entry->shortcut != NULL){ in MPOA_res_reply_rcvd()
1141 if (entry->shortcut != NULL) { in MPOA_res_reply_rcvd()
1252 purge_egress_shortcut(entry->shortcut, entry); in mps_death()