Home
last modified time | relevance | path

Searched refs:ESOCKTNOSUPPORT (Results 1 – 25 of 57) sorted by relevance

123

/openbmc/linux/tools/include/uapi/asm-generic/
H A Derrno.h77 #define ESOCKTNOSUPPORT 94 /* Socket type not supported */ macro
/openbmc/linux/include/uapi/asm-generic/
H A Derrno.h77 #define ESOCKTNOSUPPORT 94 /* Socket type not supported */ macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Derrno.h18 #define ESOCKTNOSUPPORT 44 /* Socket type not supported */ macro
/openbmc/linux/tools/arch/sparc/include/uapi/asm/
H A Derrno.h18 #define ESOCKTNOSUPPORT 44 /* Socket type not supported */ macro
/openbmc/linux/tools/arch/alpha/include/uapi/asm/
H A Derrno.h21 #define ESOCKTNOSUPPORT 44 /* Socket type not supported */ macro
/openbmc/linux/tools/arch/parisc/include/uapi/asm/
H A Derrno.h84 #define ESOCKTNOSUPPORT 222 /* Socket type not supported */ macro
/openbmc/linux/tools/arch/mips/include/uapi/asm/
H A Derrno.h76 #define ESOCKTNOSUPPORT 121 /* Socket type not supported */ macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Derrno.h21 #define ESOCKTNOSUPPORT 44 /* Socket type not supported */ macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Derrno.h84 #define ESOCKTNOSUPPORT 222 /* Socket type not supported */ macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Derrno.h76 #define ESOCKTNOSUPPORT 121 /* Socket type not supported */ macro
/openbmc/u-boot/include/linux/
H A Derrno.h102 #define ESOCKTNOSUPPORT 94 /* Socket type not supported */ macro
/openbmc/linux/net/9p/
H A Derror.c97 {"Socket type not supported", ESOCKTNOSUPPORT},
/openbmc/u-boot/lib/
H A Derrno_str.c108 ERRNO_MSG(ESOCKTNOSUPPORT, "Socket type not supported"),
/openbmc/linux/net/bluetooth/cmtp/
H A Dsock.c208 return -ESOCKTNOSUPPORT; in cmtp_sock_create()
/openbmc/linux/net/bluetooth/bnep/
H A Dsock.c206 return -ESOCKTNOSUPPORT; in bnep_sock_create()
/openbmc/linux/lib/
H A Derrname.c151 E(ESOCKTNOSUPPORT),
/openbmc/qemu/linux-user/
H A Derrnos.c.inc130 E(ESOCKTNOSUPPORT)
/openbmc/linux/net/bluetooth/hidp/
H A Dsock.c257 return -ESOCKTNOSUPPORT; in hidp_sock_create()
/openbmc/linux/tools/testing/selftests/net/
H A Dreuseport_addr_any.c251 if (errno == ESOCKTNOSUPPORT) { in test_proto()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_sk_lookup.c586 if (err != -ESOCKTNOSUPPORT) { in sk_assign_esocknosupport()
588 err, -ESOCKTNOSUPPORT); in sk_assign_esocknosupport()
/openbmc/linux/net/ax25/
H A Daf_ax25.c878 return -ESOCKTNOSUPPORT; in ax25_create()
882 return -ESOCKTNOSUPPORT; in ax25_create()
888 return -ESOCKTNOSUPPORT; in ax25_create()
901 return -ESOCKTNOSUPPORT; in ax25_create()
/openbmc/linux/net/rxrpc/
H A Daf_rxrpc.c89 return -ESOCKTNOSUPPORT; in rxrpc_validate_address()
782 return -ESOCKTNOSUPPORT; in rxrpc_create()
/openbmc/linux/drivers/isdn/mISDN/
H A Dsocket.c598 return -ESOCKTNOSUPPORT; in data_sock_create()
754 return -ESOCKTNOSUPPORT; in base_sock_create()
/openbmc/linux/net/nfc/
H A Drawsock.c331 return -ESOCKTNOSUPPORT; in rawsock_create()
/openbmc/linux/net/vmw_vsock/
H A Daf_vsock.c481 return -ESOCKTNOSUPPORT; in vsock_assign_transport()
517 return -ESOCKTNOSUPPORT; in vsock_assign_transport()
2356 return -ESOCKTNOSUPPORT; in vsock_create()

123