Home
last modified time | relevance | path

Searched refs:ENOTSOCK (Results 1 – 19 of 19) sorted by relevance

/linux/tools/include/uapi/asm-generic/
H A Derrno.h71 #define ENOTSOCK 88 /* Socket operation on non-socket */ macro
/linux/include/uapi/asm-generic/
H A Derrno.h71 #define ENOTSOCK 88 /* Socket operation on non-socket */ macro
/linux/arch/mips/include/uapi/asm/
H A Derrno.h70 #define ENOTSOCK 95 /* Socket operation on non-socket */ macro
/linux/arch/alpha/include/uapi/asm/
H A Derrno.h15 #define ENOTSOCK 38 /* Socket operation on non-socket */ macro
/linux/tools/arch/alpha/include/uapi/asm/
H A Derrno.h15 #define ENOTSOCK 38 /* Socket operation on non-socket */ macro
/linux/tools/arch/parisc/include/uapi/asm/
H A Derrno.h78 #define ENOTSOCK 216 /* Socket operation on non-socket */ macro
/linux/arch/sparc/include/uapi/asm/
H A Derrno.h12 #define ENOTSOCK 38 /* Socket operation on non-socket */ macro
/linux/tools/arch/mips/include/uapi/asm/
H A Derrno.h70 #define ENOTSOCK 95 /* Socket operation on non-socket */ macro
/linux/tools/arch/sparc/include/uapi/asm/
H A Derrno.h12 #define ENOTSOCK 38 /* Socket operation on non-socket */ macro
/linux/io_uring/
H A Dnet.c146 return -ENOTSOCK; in io_shutdown()
551 return -ENOTSOCK; in io_sendmsg()
649 return -ENOTSOCK; in io_send()
1028 return -ENOTSOCK; in io_recvmsg()
1193 return -ENOTSOCK; in io_recv()
1293 return -ENOTSOCK; in io_recvzc()
1474 return -ENOTSOCK; in io_send_zc()
1554 return -ENOTSOCK; in io_sendmsg_zc()
1865 return -ENOTSOCK; in io_bind()
1893 return -ENOTSOCK; in io_listen()
/linux/net/9p/
H A Derror.c94 {"Socket operation on non-socket", ENOTSOCK},
/linux/lib/
H A Derrname.c121 E(ENOTSOCK),
/linux/net/sunrpc/
H A Dsocklib.c216 * %-ENOTSOCK if @sock is not a struct socket.
230 return -ENOTSOCK; in xprt_sock_sendmsg()
H A Dxprtsock.c1069 case -ENOTSOCK: in xs_udp_send_request()
1173 case -ENOTSOCK: in xs_tcp_send_request()
/linux/drivers/net/ovpn/
H A Dnetlink.c392 ret = -ENOTSOCK; in ovpn_nl_peer_new_doit()
435 ret = -ENOTSOCK; in ovpn_nl_peer_new_doit()
/linux/lib/tests/
H A Dprintf_kunit.c756 test("(-ENOTSOCK)", "(%pe)", ERR_PTR(-ENOTSOCK)); in errptr()
/linux/drivers/virt/vboxguest/
H A Dvboxguest_utils.c788 [-VERR_NET_NOT_SOCKET] = -ENOTSOCK,
/linux/drivers/xen/
H A Dpvcalls-front.c109 return ERR_PTR(-ENOTSOCK); in pvcalls_enter_sock()
/linux/net/xdp/
H A Dxsk.c1141 return ERR_PTR(-ENOTSOCK); in xsk_lookup_xsk_from_fd()