/openbmc/linux/tools/testing/selftests/net/ |
H A D | socket.c | 31 { AF_INET, SOCK_DGRAM, IPPROTO_TCP, -EPROTONOSUPPORT, 1 }, 33 { AF_INET, SOCK_STREAM, IPPROTO_UDP, -EPROTONOSUPPORT, 1 },
|
/openbmc/u-boot/lib/ |
H A D | lz4_wrapper.c | 82 return -EPROTONOSUPPORT; /* unknown format */ in ulz4fn() 86 return -EPROTONOSUPPORT; /* we can't support this yet */ in ulz4fn()
|
/openbmc/linux/net/sunrpc/ |
H A D | auth_tls.c | 132 return -EPROTONOSUPPORT; in tls_validate() 134 return -EPROTONOSUPPORT; in tls_validate()
|
/openbmc/linux/net/bluetooth/ |
H A D | lib.c | 120 return EPROTONOSUPPORT; in bt_to_errno() 197 case -EPROTONOSUPPORT: in bt_status()
|
/openbmc/u-boot/drivers/sysreset/ |
H A D | sysreset_xtfpga.c | 22 return -EPROTONOSUPPORT; in xtfpga_reset_request()
|
H A D | sysreset_rockchip.c | 32 return -EPROTONOSUPPORT; in rockchip_sysreset_request()
|
/openbmc/linux/net/core/ |
H A D | gso.c | 16 struct sk_buff *segs = ERR_PTR(-EPROTONOSUPPORT); in skb_eth_gso_segment() 40 struct sk_buff *segs = ERR_PTR(-EPROTONOSUPPORT); in skb_mac_gso_segment()
|
/openbmc/qemu/include/sysemu/ |
H A D | os-win32.h | 109 #if !defined(EPROTONOSUPPORT) 110 # define EPROTONOSUPPORT EINVAL macro
|
/openbmc/u-boot/lib/efi/ |
H A D | efi_info.c | 24 ret = -EPROTONOSUPPORT; in efi_info_get()
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_arfs.c | 416 return -EPROTONOSUPPORT; in ice_rx_flow_steer() 419 return -EPROTONOSUPPORT; in ice_rx_flow_steer() 427 return -EPROTONOSUPPORT; in ice_rx_flow_steer() 431 return -EPROTONOSUPPORT; in ice_rx_flow_steer()
|
/openbmc/u-boot/cmd/ |
H A D | efi.c | 206 case -EPROTONOSUPPORT: in do_efi_mem() 214 ret = -EPROTONOSUPPORT; in do_efi_mem()
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | errno.h | 76 #define EPROTONOSUPPORT 93 /* Protocol not supported */ macro
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | errno.h | 76 #define EPROTONOSUPPORT 93 /* Protocol not supported */ macro
|
/openbmc/linux/tools/arch/sparc/include/uapi/asm/ |
H A D | errno.h | 17 #define EPROTONOSUPPORT 43 /* Protocol not supported */ macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | errno.h | 75 #define EPROTONOSUPPORT 120 /* Protocol not supported */ macro
|
/openbmc/linux/tools/arch/alpha/include/uapi/asm/ |
H A D | errno.h | 20 #define EPROTONOSUPPORT 43 /* Protocol not supported */ macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | errno.h | 20 #define EPROTONOSUPPORT 43 /* Protocol not supported */ macro
|
/openbmc/linux/tools/arch/mips/include/uapi/asm/ |
H A D | errno.h | 75 #define EPROTONOSUPPORT 120 /* Protocol not supported */ macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | errno.h | 17 #define EPROTONOSUPPORT 43 /* Protocol not supported */ macro
|
/openbmc/linux/tools/arch/parisc/include/uapi/asm/ |
H A D | errno.h | 83 #define EPROTONOSUPPORT 221 /* Protocol not supported */ macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | errno.h | 83 #define EPROTONOSUPPORT 221 /* Protocol not supported */ macro
|
/openbmc/linux/net/nfc/ |
H A D | af_nfc.c | 21 int rc = -EPROTONOSUPPORT; in nfc_sock_create()
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | sriov.c | 32 return -EPROTONOSUPPORT; in efx_sriov_set_vf_vlan()
|
/openbmc/linux/drivers/net/ethernet/sfc/siena/ |
H A D | sriov.h | 37 return -EPROTONOSUPPORT; in efx_sriov_set_vf_vlan()
|
/openbmc/linux/net/rxrpc/ |
H A D | key.c | 216 ret = -EPROTONOSUPPORT; in rxrpc_preparse_xdr() 232 ret2 = -EPROTONOSUPPORT; in rxrpc_preparse_xdr() 240 case -EPROTONOSUPPORT: in rxrpc_preparse_xdr() 338 ret = -EPROTONOSUPPORT; in rxrpc_preparse()
|