Searched refs:ENOTCONN (Results 1 - 25 of 217) sorted by last modified time

123456789

/linux-master/net/mptcp/
H A Dprotocol.c2170 copied = -ENOTCONN;
2229 copied = -ENOTCONN;
/linux-master/net/ipv4/
H A Daf_inet.c810 return -ENOTCONN;
916 err = -ENOTCONN;
H A Dtcp_ao.c722 return -ENOTCONN;
/linux-master/fs/btrfs/
H A Dvolumes.c4712 return -ENOTCONN;
4727 ret = -ENOTCONN;
4739 return -ENOTCONN;
H A Dqgroup.c1573 ret = -ENOTCONN;
1633 ret = -ENOTCONN;
1702 ret = -ENOTCONN;
1752 ret = -ENOTCONN;
1816 ret = -ENOTCONN;
H A Dioctl.c1092 * ENOTCONN - cancel mode, operation not running anymore
1123 return -ENOTCONN;
3632 ret = -ENOTCONN;
3720 ret = -ENOTCONN;
H A Dscrub.c3090 return -ENOTCONN;
3115 return -ENOTCONN;
3144 return dev ? (sctx ? 0 : -ENOTCONN) : -ENODEV;
/linux-master/drivers/nvme/target/
H A Dtcp.c1159 ret = -ENOTCONN;
1723 ret = -ENOTCONN;
/linux-master/drivers/nvme/host/
H A Dtcp.c1441 ret = -ENOTCONN;
/linux-master/net/sunrpc/
H A Dxprtsock.c846 ret = -ENOTCONN;
927 * ENOTCONN: Caller needs to invoke connect logic then call again
948 return -ENOTCONN;
984 status = -ENOTCONN;
998 * ENOTCONN: Caller needs to invoke connect logic then call again
1019 return -ENOTCONN;
1051 status = -ENOTCONN;
1081 * ENOTCONN: Caller needs to invoke connect logic then call again
1105 return -ENOTCONN;
1108 return -ENOTCONN;
[all...]
/linux-master/net/wireless/
H A Dnl80211.c10119 return -ENOTCONN;
10123 return -ENOTCONN;
10127 return -ENOTCONN;
14085 return -ENOTCONN;
14377 return -ENOTCONN;
14611 return -ENOTCONN;
14635 return -ENOTCONN;
15344 return -ENOTCONN;
15495 return -ENOTCONN;
15615 return -ENOTCONN;
[all...]
/linux-master/net/mac80211/
H A Dtx.c2831 ret = -ENOTCONN;
H A Dmlme.c8572 return -ENOTCONN;
8582 return -ENOTCONN;
/linux-master/net/bluetooth/
H A Dsco.c743 err = -ENOTCONN;
982 err = -ENOTCONN;
1000 err = -ENOTCONN;
1072 err = -ENOTCONN;
1091 err = -ENOTCONN;
H A Dmgmt.c305 case -ENOTCONN:
H A Dl2cap_sock.c397 return -ENOTCONN;
532 err = -ENOTCONN;
649 err = -ENOTCONN;
669 err = -ENOTCONN;
1119 return -ENOTCONN;
1589 return ERR_PTR(-ENOTCONN);
H A Dl2cap_core.c1941 return -ENOTCONN;
2288 return ERR_PTR(-ENOTCONN);
2408 return ERR_PTR(-ENOTCONN);
2498 return -ENOTCONN;
2523 err = -ENOTCONN;
/linux-master/net/ax25/
H A Daf_ax25.c393 return -ENOTCONN;
1459 err = -ENOTCONN;
1592 err = -ENOTCONN;
1627 err = -ENOTCONN;
1678 err = -ENOTCONN;
/linux-master/drivers/md/
H A Ddm.c437 if (r == -ENOTCONN && !fatal_signal_pending(current)) {
/linux-master/net/sunrpc/xprtrdma/
H A Dsvc_rdma_sendto.c336 * %-ENOTCONN: The connection was lost
390 return -ENOTCONN;
987 * %-ENOTCONN if posting failed (connection is lost).
1001 ret = -ENOTCONN;
1066 return -ENOTCONN;
H A Dsvc_rdma_rw.c414 return -ENOTCONN;
675 * %-ENOTCONN if posting failed (connection is lost),
878 * %-ENOTCONN: posting failed (connection is lost),
933 * %-ENOTCONN: posting failed (connection is lost),
955 * %-ENOTCONN: posting failed (connection is lost),
999 * %-ENOTCONN: posting failed (connection is lost),
1062 * %-ENOTCONN: posting failed (connection is lost),
1112 * %-ENOTCONN: posting failed (connection is lost),
/linux-master/fs/smb/client/
H A Dsmb2ops.c2929 rc = -ENOTCONN;
/linux-master/drivers/usb/typec/ucsi/
H A Ducsi.c1378 ret = -ENOTCONN;
1422 ret = -ENOTCONN;
/linux-master/drivers/usb/typec/tcpm/
H A Dtcpm.c4598 tcpm_swap_complete(port, -ENOTCONN);
4856 tcpm_swap_complete(port, -ENOTCONN);
4857 tcpm_pps_complete(port, -ENOTCONN);
/linux-master/drivers/thunderbolt/
H A Dusb4.c666 case -ENOTCONN:

Completed in 550 milliseconds

123456789