Lines Matching defs:vcc
77 static in_cache_entry *in_cache_get_by_vcc(struct atm_vcc *vcc,
85 if (entry->shortcut == vcc) {
193 struct atm_vcc *vcc;
196 vcc = entry->shortcut;
213 if (vcc != NULL) {
214 eg_cache_entry *eg_entry = client->eg_ops->get_by_vcc(vcc,
220 vcc_release_async(vcc, -EPIPE);
374 static eg_cache_entry *eg_cache_get_by_vcc(struct atm_vcc *vcc,
383 if (entry->shortcut == vcc) {
428 struct atm_vcc *vcc;
431 vcc = entry->shortcut;
446 if (vcc != NULL) {
447 in_cache_entry *in_entry = client->in_ops->get_by_vcc(vcc, client);
452 vcc_release_async(vcc, -EPIPE);