/linux/net/netrom/ |
H A D | nr_in.c | 101 nr_disconnect(sk, ECONNRESET); in nr_state1_machine() 120 nr_disconnect(sk, ECONNRESET); in nr_state2_machine() 132 nr_disconnect(sk, ECONNRESET); in nr_state2_machine() 169 nr_disconnect(sk, ECONNRESET); in nr_state3_machine() 266 nr_disconnect(sk, ECONNRESET); in nr_state3_machine()
|
/linux/net/bluetooth/ |
H A D | lib.c | 129 return ECONNRESET; in bt_to_errno() 221 case -ECONNRESET: in bt_status()
|
/linux/fs/afs/ |
H A D | misc.c | 186 if (e->error == -ECONNRESET) in afs_prioritise_error() 189 case -ECONNRESET: /* Responded, but call expired. */ in afs_prioritise_error()
|
/linux/drivers/usb/usbip/ |
H A D | vhci_rx.c | 31 case -ECONNRESET: in pickup_urb_and_free_priv() 170 /* If unlink is successful, status is -ECONNRESET */ in vhci_recv_ret_unlink() 210 if (ret == -ECONNRESET) in vhci_rx_pdu()
|
/linux/tools/include/uapi/asm-generic/ |
H A D | errno.h | 87 #define ECONNRESET 104 /* Connection reset by peer */ macro
|
/linux/drivers/net/wireless/mediatek/mt7601u/ |
H A D | usb.h | 52 urb->status != -ECONNRESET && in mt7601u_urb_has_error()
|
/linux/include/uapi/asm-generic/ |
H A D | errno.h | 87 #define ECONNRESET 104 /* Connection reset by peer */ macro
|
/linux/drivers/net/ethernet/sun/ |
H A D | sunvnet_common.c | 64 return -ECONNRESET; in vnet_handle_unknown() 208 return -ECONNRESET; in handle_attr_info() 238 return -ECONNRESET; in handle_attr_nack() 256 return -ECONNRESET; in sunvnet_handle_attr_common() 500 pr_info("ECONNRESET %x:%x:%x:%x:%x:%x\n", in vnet_send_ack() 575 if (err == -ECONNRESET) in vnet_walk_rx_one() 602 if (err == -ECONNRESET) in vnet_walk_rx() 614 if (err == -ECONNRESET) in vnet_walk_rx() 858 if (err == -ECONNRESET) in vnet_event_napi() 881 err = -ECONNRESET; in vnet_event_napi() [all...] |
/linux/arch/mips/include/uapi/asm/ |
H A D | errno.h | 86 #define ECONNRESET 131 /* Connection reset by peer */ macro
|
/linux/arch/alpha/include/uapi/asm/ |
H A D | errno.h | 31 #define ECONNRESET 54 /* Connection reset by peer */ macro
|
/linux/tools/arch/alpha/include/uapi/asm/ |
H A D | errno.h | 31 #define ECONNRESET 54 /* Connection reset by peer */ macro
|
/linux/tools/arch/parisc/include/uapi/asm/ |
H A D | errno.h | 94 #define ECONNRESET 232 /* Connection reset by peer */ macro
|
/linux/arch/sparc/include/uapi/asm/ |
H A D | errno.h | 28 #define ECONNRESET 54 /* Connection reset by peer */ macro
|
/linux/tools/arch/mips/include/uapi/asm/ |
H A D | errno.h | 86 #define ECONNRESET 131 /* Connection reset by peer */ macro
|
/linux/tools/arch/sparc/include/uapi/asm/ |
H A D | errno.h | 28 #define ECONNRESET 54 /* Connection reset by peer */ macro
|
/linux/drivers/usb/serial/ |
H A D | navman.c | 38 case -ECONNRESET: in navman_read_int_callback()
|
/linux/fs/ocfs2/cluster/ |
H A D | tcp.h | 70 case -ECONNRESET: in o2net_link_down()
|
/linux/drivers/net/mctp/ |
H A D | mctp-usb.c | 48 case -ECONNRESET: in mctp_usb_out_complete() 165 case -ECONNRESET: in mctp_usb_in_complete()
|
/linux/drivers/nfc/pn533/ |
H A D | usb.c | 97 case -ECONNRESET: in pn533_recv_ack() 433 case -ECONNRESET: in pn533_out_complete() 456 case -ECONNRESET: in pn533_ack_complete()
|
/linux/drivers/infiniband/sw/siw/ |
H A D | siw_qp_rx.c | 899 return -ECONNRESET; in siw_proc_terminate() 905 return -ECONNRESET; in siw_proc_terminate() 911 return -ECONNRESET; in siw_proc_terminate() 930 return -ECONNRESET; in siw_proc_terminate() 948 return -ECONNRESET; in siw_proc_terminate() 1401 if (unlikely(rv == -ECONNRESET)) in siw_tcp_rx_data()
|
/linux/drivers/usb/gadget/udc/cdns2/ |
H A D | cdns2-ep0.c | 99 cdns2_gadget_giveback(pep, preq, -ECONNRESET); in cdns2_ep0_stall() 420 cdns2_gadget_giveback(pep, preq, -ECONNRESET); in cdns2_handle_setup_packet() 557 return -ECONNRESET; in cdns2_gadget_ep0_queue()
|
/linux/drivers/usb/gadget/udc/bdc/ |
H A D | bdc_cmd.c | 91 ret = -ECONNRESET; in bdc_submit_cmd() 98 ret = -ECONNRESET; in bdc_submit_cmd()
|
/linux/tools/testing/selftests/net/tcp_ao/ |
H A D | rst.c | 312 if (is_writable[i] && err != ECONNRESET) { in test_client_active_rst() 421 if (err && err == -ECONNRESET) in test_client_passive_rst()
|
/linux/drivers/net/wireless/ath/carl9170/ |
H A D | usb.c | 186 case -ECONNRESET: in carl9170_usb_tx_data_complete() 256 case -ECONNRESET: in carl9170_usb_cmd_complete() 291 case -ECONNRESET: in carl9170_usb_rx_irq_complete() 416 case -ECONNRESET: in carl9170_usb_rx_complete()
|
/linux/net/9p/ |
H A D | error.c | 105 {"Connection reset by peer", ECONNRESET},
|