Searched refs:vcc_release_async (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/net/atm/ | 
| D | signaling.c | 121 		vcc_release_async(vcc, msg->reply);  in sigd_send()193 		vcc_release_async(vcc, -EUNATCH);  in purge_vcc()
 
 | 
| D | mpoa_caches.c | 220 		vcc_release_async(vcc, -EPIPE);  in in_cache_remove_entry()452 		vcc_release_async(vcc, -EPIPE);  in eg_cache_remove_entry()
 
 | 
| D | common.c | 213 void vcc_release_async(struct atm_vcc *vcc, int reply)  in vcc_release_async()  function223 EXPORT_SYMBOL(vcc_release_async);
 276 				vcc_release_async(vcc, -EPIPE);  in atm_dev_release_vccs()
 
 | 
| D | clip.c | 134 			vcc_release_async(cv->vcc, -ETIMEDOUT);  in neigh_check_cb()
 | 
| D | lec.c | 1268 		vcc_release_async(vcc, -EPIPE);  in lec_arp_clear_vccs()1273 		vcc_release_async(entry->recv_vcc, -EPIPE);  in lec_arp_clear_vccs()
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | atmdev.h | 301 void vcc_release_async(struct atm_vcc *vcc, int reply);
 | 
| /Linux-v5.4/drivers/usb/atm/ | 
| D | usbatm.c | 1226 		vcc_release_async(vcc_data->vcc, -EPIPE);  in usbatm_usb_disconnect()
 |