Searched refs:ESOCKTNOSUPPORT (Results 1 - 25 of 55) sorted by relevance

123

/linux-master/arch/alpha/include/uapi/asm/
H A Derrno.h21 #define ESOCKTNOSUPPORT 44 /* Socket type not supported */ macro
/linux-master/arch/mips/include/uapi/asm/
H A Derrno.h76 #define ESOCKTNOSUPPORT 121 /* Socket type not supported */ macro
/linux-master/arch/sparc/include/uapi/asm/
H A Derrno.h18 #define ESOCKTNOSUPPORT 44 /* Socket type not supported */ macro
/linux-master/tools/arch/alpha/include/uapi/asm/
H A Derrno.h21 #define ESOCKTNOSUPPORT 44 /* Socket type not supported */ macro
/linux-master/tools/arch/mips/include/uapi/asm/
H A Derrno.h76 #define ESOCKTNOSUPPORT 121 /* Socket type not supported */ macro
/linux-master/tools/arch/sparc/include/uapi/asm/
H A Derrno.h18 #define ESOCKTNOSUPPORT 44 /* Socket type not supported */ macro
/linux-master/include/uapi/asm-generic/
H A Derrno.h77 #define ESOCKTNOSUPPORT 94 /* Socket type not supported */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Derrno.h77 #define ESOCKTNOSUPPORT 94 /* Socket type not supported */ macro
/linux-master/arch/parisc/include/uapi/asm/
H A Derrno.h84 #define ESOCKTNOSUPPORT 222 /* Socket type not supported */ macro
/linux-master/tools/arch/parisc/include/uapi/asm/
H A Derrno.h84 #define ESOCKTNOSUPPORT 222 /* Socket type not supported */ macro
/linux-master/net/9p/
H A Derror.c97 {"Socket type not supported", ESOCKTNOSUPPORT},
/linux-master/tools/testing/selftests/net/
H A Dreuseport_addr_any.c251 if (errno == ESOCKTNOSUPPORT) {
/linux-master/net/bluetooth/cmtp/
H A Dsock.c208 return -ESOCKTNOSUPPORT;
/linux-master/net/bluetooth/hidp/
H A Dsock.c257 return -ESOCKTNOSUPPORT;
/linux-master/net/bluetooth/bnep/
H A Dsock.c206 return -ESOCKTNOSUPPORT;
/linux-master/lib/
H A Derrname.c151 E(ESOCKTNOSUPPORT),
/linux-master/net/nfc/
H A Drawsock.c331 return -ESOCKTNOSUPPORT;
/linux-master/net/ax25/
H A Daf_ax25.c867 return -ESOCKTNOSUPPORT;
871 return -ESOCKTNOSUPPORT;
877 return -ESOCKTNOSUPPORT;
890 return -ESOCKTNOSUPPORT;
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_sk_lookup.c586 if (err != -ESOCKTNOSUPPORT) {
588 err, -ESOCKTNOSUPPORT);
/linux-master/net/rxrpc/
H A Daf_rxrpc.c89 return -ESOCKTNOSUPPORT;
827 return -ESOCKTNOSUPPORT;
/linux-master/drivers/isdn/mISDN/
H A Dsocket.c598 return -ESOCKTNOSUPPORT;
754 return -ESOCKTNOSUPPORT;
/linux-master/net/vmw_vsock/
H A Daf_vsock.c476 return -ESOCKTNOSUPPORT;
503 return -ESOCKTNOSUPPORT;
2346 return -ESOCKTNOSUPPORT;
/linux-master/drivers/virt/vboxguest/
H A Dvboxguest_utils.c794 [-VERR_NET_SOCKET_TYPE_NOT_SUPPORTED] = -ESOCKTNOSUPPORT,
/linux-master/net/mctp/
H A Daf_mctp.c694 return -ESOCKTNOSUPPORT;
/linux-master/net/dccp/
H A Dipv4.c1027 return -ESOCKTNOSUPPORT;

Completed in 1301 milliseconds

123