Home
last modified time | relevance | path

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

/linux/include/uapi/asm-generic/
H A Derrno.h71 #define ENOTSOCK 88 /* Socket operation on non-socket */ macro
/linux/tools/include/uapi/asm-generic/
H A Derrno.h71 #define ENOTSOCK 88 /* 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/arch/mips/include/uapi/asm/
H A Derrno.h70 #define ENOTSOCK 95 /* Socket operation on non-socket */ macro
/linux/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/alpha/include/uapi/asm/
H A Derrno.h15 #define ENOTSOCK 38 /* 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/tools/arch/parisc/include/uapi/asm/
H A Derrno.h78 #define ENOTSOCK 216 /* 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/io_uring/
H A Dnet.c115 return -ENOTSOCK; in io_shutdown()
536 return -ENOTSOCK; in io_sendmsg()
586 return -ENOTSOCK; in io_send()
986 return -ENOTSOCK; in io_recvmsg()
1143 return -ENOTSOCK; in io_recv()
1374 return -ENOTSOCK; in io_send_zc()
1442 return -ENOTSOCK; in io_sendmsg_zc()
1759 return -ENOTSOCK; in io_bind()
1787 return -ENOTSOCK; in io_listen()
/linux/net/9p/
H A Derror.c93 {"Socket operation on non-socket", ENOTSOCK},
/linux/lib/
H A Derrname.c121 E(ENOTSOCK),
H A Dtest_printf.c746 test("(-ENOTSOCK)", "(%pe)", ERR_PTR(-ENOTSOCK)); in fourcc_pointer()
/linux/net/sunrpc/
H A Dsocklib.c276 return -ENOTSOCK; in xprt_sock_sendmsg()
H A Dxprtsock.c1049 case -ENOTSOCK: in xs_udp_send_request()
1153 case -ENOTSOCK: in xs_tcp_send_request()
/linux/net/
H A Dsocket.c545 *err = -ENOTSOCK; in sockfd_lookup()
564 *err = -ENOTSOCK; in sockfd_lookup_light()
1922 return ERR_PTR(-ENOTSOCK); in do_accept()
2057 err = -ENOTSOCK; in __sys_connect_file()
/linux/drivers/virt/vboxguest/
H A Dvboxguest_utils.c788 [-VERR_NET_NOT_SOCKET] = -ENOTSOCK,
/linux/drivers/vhost/
H A Dnet.c1407 return ERR_PTR(-ENOTSOCK); in get_raw_socket()
1468 return ERR_PTR(-ENOTSOCK); in get_socket()
/linux/drivers/xen/
H A Dpvcalls-front.c109 return ERR_PTR(-ENOTSOCK); in pvcalls_enter_sock()
/linux/net/xdp/
H A Dxsk.c1132 return ERR_PTR(-ENOTSOCK); in xsk_lookup_xsk_from_fd()
/linux/net/netlink/
H A Daf_netlink.c1189 return ERR_PTR(-ENOTSOCK); in netlink_getsockbyfilp()