ESOCKTNOSUPPORT   368 crypto/af_alg.c 		return -ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT   598 drivers/isdn/mISDN/socket.c 		return -ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT   756 drivers/isdn/mISDN/socket.c 		return -ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT  1425 drivers/vhost/net.c 		r = -ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT   777 drivers/virt/vboxguest/vboxguest_utils.c 	[-VERR_NET_SOCKET_TYPE_NOT_SUPPORTED]            = -ESOCKTNOSUPPORT,
ESOCKTNOSUPPORT    99 net/9p/error.c 	{"Socket type not supported", ESOCKTNOSUPPORT},
ESOCKTNOSUPPORT  1015 net/appletalk/ddp.c 	int rc = -ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT   842 net/ax25/af_ax25.c 			return -ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT   846 net/ax25/af_ax25.c 				return -ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT   852 net/ax25/af_ax25.c 				return -ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT   864 net/ax25/af_ax25.c 		return -ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT   207 net/bluetooth/bnep/sock.c 		return -ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT   210 net/bluetooth/cmtp/sock.c 		return -ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT  2005 net/bluetooth/hci_sock.c 		return -ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT   258 net/bluetooth/hidp/sock.c 		return -ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT  1632 net/bluetooth/l2cap_sock.c 		return -ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT   325 net/bluetooth/rfcomm/sock.c 		return -ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT   507 net/bluetooth/sco.c 		return -ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT  1052 net/caif/caif_socket.c 		return -ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT  1017 net/dccp/ipv4.c 		return -ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT  1101 net/dccp/ipv6.c 		return -ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT   687 net/decnet/af_decnet.c 		return -ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT  1022 net/ieee802154/socket.c 		rc = -ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT   265 net/ipv4/af_inet.c 	err = -ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT   124 net/ipv6/af_inet6.c 	err = -ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT   630 net/iucv/af_iucv.c 		return -ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT  1957 net/kcm/kcmsock.c 		return -ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT   149 net/key/af_key.c 		return -ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT   167 net/llc/af_llc.c 	int rc = -ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT   665 net/netlink/af_netlink.c 		return -ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT   409 net/netrom/af_netrom.c 		return -ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT  1010 net/nfc/llcp_sock.c 		return -ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT   333 net/nfc/rawsock.c 		return -ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT  3244 net/packet/af_packet.c 		return -ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT   706 net/rds/af_rds.c 		return -ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT   498 net/rose/af_rose.c 		return -ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT    89 net/rxrpc/af_rxrpc.c 		return -ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT   746 net/rxrpc/af_rxrpc.c 		return -ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT  5004 net/sctp/socket.c 		return -ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT  1974 net/smc/af_smc.c 	rc = -ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT   831 net/unix/af_unix.c 		return -ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT  1863 net/vmw_vsock/af_vsock.c 		return -ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT   541 net/x25/af_x25.c 	rc = -ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT  1087 net/xdp/xsk.c  		return -ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT   251 tools/testing/selftests/net/reuseport_addr_any.c 			if (errno == ESOCKTNOSUPPORT) {