Searched refs:ECONNRESET (Results 1 - 25 of 312) sorted by path

1234567891011>>

/linux-master/arch/alpha/include/uapi/asm/
H A Derrno.h31 #define ECONNRESET 54 /* Connection reset by peer */ macro
/linux-master/arch/mips/include/uapi/asm/
H A Derrno.h86 #define ECONNRESET 131 /* Connection reset by peer */ macro
/linux-master/arch/sparc/include/uapi/asm/
H A Derrno.h28 #define ECONNRESET 54 /* Connection reset by peer */ macro
/linux-master/drivers/media/usb/dvb-usb-v2/
H A Dusb_urb.c37 case -ECONNRESET: /* kill */
/linux-master/drivers/media/usb/dvb-usb/
H A Dusb-urb.c31 case -ECONNRESET: /* kill */
/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-io.c430 (urb->status == -ECONNRESET) ||
/linux-master/drivers/net/wireless/mediatek/mt7601u/
H A Dusb.h52 urb->status != -ECONNRESET &&
/linux-master/drivers/usb/serial/
H A Dnavman.c38 case -ECONNRESET:
H A Dvisor.c280 case -ECONNRESET:
/linux-master/include/uapi/asm-generic/
H A Derrno.h87 #define ECONNRESET 104 /* Connection reset by peer */ macro
/linux-master/net/ax25/
H A Dax25_ds_in.c179 ax25_disconnect(ax25, ECONNRESET);
H A Dax25_std_in.c173 ax25_disconnect(ax25, ECONNRESET);
300 ax25_disconnect(ax25, ECONNRESET);
/linux-master/tools/arch/alpha/include/uapi/asm/
H A Derrno.h31 #define ECONNRESET 54 /* Connection reset by peer */ macro
/linux-master/tools/arch/mips/include/uapi/asm/
H A Derrno.h86 #define ECONNRESET 131 /* Connection reset by peer */ macro
/linux-master/tools/arch/sparc/include/uapi/asm/
H A Derrno.h28 #define ECONNRESET 54 /* Connection reset by peer */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Derrno.h87 #define ECONNRESET 104 /* Connection reset by peer */ macro
/linux-master/arch/parisc/include/uapi/asm/
H A Derrno.h94 #define ECONNRESET 232 /* Connection reset by peer */ macro
/linux-master/arch/sparc/kernel/
H A Dds.c966 return -ECONNRESET;
1128 if (err == -ECONNRESET)
1139 if (err == -ECONNRESET)
1151 if (err == -ECONNRESET)
H A Dldc.c555 return -ECONNRESET;
1548 return -ECONNRESET;
1561 err = -ECONNRESET;
1692 return -ECONNRESET;
1754 return -ECONNRESET;
2289 return -ECONNRESET;
2326 return -ECONNRESET;
H A Dviohs.c158 return -ECONNRESET;
173 return -ECONNRESET;
/linux-master/arch/um/drivers/
H A Dvirtio_uml.c119 return -ECONNRESET;
165 if (rc != -ECONNRESET)
/linux-master/drivers/block/drbd/
H A Ddrbd_receiver.c520 if (rv == -ECONNRESET)
4426 return -ECONNRESET;
5996 * -ECONNRESET other side closed the connection
/linux-master/drivers/block/rnbd/
H A Drnbd-clt.c826 return -ECONNRESET;
/linux-master/drivers/block/
H A Dsunvdc.c221 return -ECONNRESET;
267 return -ECONNRESET;
275 return -ECONNRESET;
296 return -ECONNRESET;
389 if (err == -ECONNRESET)
/linux-master/drivers/char/xillybus/
H A Dxillyusb.c657 urb->status == -ECONNRESET ||
687 urb->status == -ECONNRESET ||

Completed in 276 milliseconds

1234567891011>>