Searched refs:ENOTSOCK (Results 1 – 19 of 19) sorted by relevance
71 #define ENOTSOCK 88 /* Socket operation on non-socket */ macro
70 #define ENOTSOCK 95 /* Socket operation on non-socket */ macro
15 #define ENOTSOCK 38 /* Socket operation on non-socket */ macro
78 #define ENOTSOCK 216 /* Socket operation on non-socket */ macro
12 #define ENOTSOCK 38 /* Socket operation on non-socket */ macro
146 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()
94 {"Socket operation on non-socket", ENOTSOCK},
121 E(ENOTSOCK),
216 * %-ENOTSOCK if @sock is not a struct socket.230 return -ENOTSOCK; in xprt_sock_sendmsg()
1069 case -ENOTSOCK: in xs_udp_send_request() 1173 case -ENOTSOCK: in xs_tcp_send_request()
392 ret = -ENOTSOCK; in ovpn_nl_peer_new_doit() 435 ret = -ENOTSOCK; in ovpn_nl_peer_new_doit()
756 test("(-ENOTSOCK)", "(%pe)", ERR_PTR(-ENOTSOCK)); in errptr()
788 [-VERR_NET_NOT_SOCKET] = -ENOTSOCK,
109 return ERR_PTR(-ENOTSOCK); in pvcalls_enter_sock()
1141 return ERR_PTR(-ENOTSOCK); in xsk_lookup_xsk_from_fd()