Searched refs:iucv_path_sever (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/drivers/tty/hvc/ |
| D | hvc_iucv.c | 612 iucv_path_sever(path, NULL); in hvc_iucv_hangup() 697 iucv_path_sever(path, NULL); in hvc_iucv_dtr_rts() 826 iucv_path_sever(path, ipuser); in hvc_iucv_path_pending() 841 iucv_path_sever(path, ipuser); in hvc_iucv_path_pending() 853 iucv_path_sever(path, ipuser); in hvc_iucv_path_pending()
|
| /Linux-v5.15/drivers/s390/char/ |
| D | monreader.c | 244 iucv_path_sever(path, NULL); in mon_iucv_path_severed() 340 rc = iucv_path_sever(monpriv->path, user_data_sever); in mon_close()
|
| D | vmlogrdr.c | 182 iucv_path_sever(path, NULL); in vmlogrdr_iucv_path_severed() 393 iucv_path_sever(logptr->path, NULL); in vmlogrdr_release()
|
| /Linux-v5.15/include/net/iucv/ |
| D | iucv.h | 314 int iucv_path_sever(struct iucv_path *path, u8 *userdata);
|
| /Linux-v5.15/drivers/s390/net/ |
| D | netiucv.c | 799 iucv_path_sever(path, NULL); in conn_action_connreject() 821 iucv_path_sever(conn->path, conn->userdata); in conn_action_conntimsev() 834 iucv_path_sever(conn->path, conn->userdata); in conn_action_connsever() 940 iucv_path_sever(conn->path, conn->userdata); in conn_action_stop() 1819 iucv_path_sever(conn->path, conn->userdata); in netiucv_remove_connection()
|
| /Linux-v5.15/net/iucv/ |
| D | iucv.c | 990 int iucv_path_sever(struct iucv_path *path, u8 *userdata) in iucv_path_sever() function 1010 EXPORT_SYMBOL(iucv_path_sever); 1804 .path_sever = iucv_path_sever,
|