Home
last modified time | relevance | path

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

/linux-3.4.99/include/asm-generic/
Derrno.h61 #define ENOTSOCK 88 /* Socket operation on non-socket */ macro
/linux-3.4.99/arch/sparc/include/asm/
Derrno.h11 #define ENOTSOCK 38 /* Socket operation on non-socket */ macro
/linux-3.4.99/arch/mips/include/asm/
Derrno.h69 #define ENOTSOCK 95 /* Socket operation on non-socket */ macro
/linux-3.4.99/arch/parisc/include/asm/
Derrno.h78 #define ENOTSOCK 216 /* Socket operation on non-socket */ macro
/linux-3.4.99/arch/alpha/include/asm/
Derrno.h14 #define ENOTSOCK 38 /* Socket operation on non-socket */ macro
/linux-3.4.99/net/9p/
Derror.c110 {"Socket operation on non-socket", ENOTSOCK},
/linux-3.4.99/drivers/vhost/
Dnet.c638 return ERR_PTR(-ENOTSOCK); in get_raw_socket()
690 return ERR_PTR(-ENOTSOCK); in get_socket()
/linux-3.4.99/fs/ncpfs/
Dinode.c522 error = -ENOTSOCK; in ncp_fill_super()
561 error = -ENOTSOCK; in ncp_fill_super()
/linux-3.4.99/net/sunrpc/
Dxprtsock.c445 return -ENOTSOCK; in xs_sendpages()
644 case -ENOTSOCK: in xs_udp_send_request()
746 case -ENOTSOCK: in xs_tcp_send_request()
/linux-3.4.99/fs/cifs/
Dtransport.c137 return -ENOTSOCK; /* BB eventually add reconnect code here */ in smb_sendv()
/linux-3.4.99/net/netlink/
Daf_netlink.c785 return ERR_PTR(-ENOTSOCK); in netlink_getsockbyfilp()
/linux-3.4.99/net/
Dsocket.c407 *err = -ENOTSOCK; in sock_from_file()