Home
last modified time | relevance | path

Searched refs:EPROTONOSUPPORT (Results 1 – 25 of 189) sorted by relevance

12345678

/openbmc/linux/tools/testing/selftests/net/
H A Dsocket.c31 { AF_INET, SOCK_DGRAM, IPPROTO_TCP, -EPROTONOSUPPORT, 1 },
33 { AF_INET, SOCK_STREAM, IPPROTO_UDP, -EPROTONOSUPPORT, 1 },
/openbmc/u-boot/lib/
H A Dlz4_wrapper.c82 return -EPROTONOSUPPORT; /* unknown format */ in ulz4fn()
86 return -EPROTONOSUPPORT; /* we can't support this yet */ in ulz4fn()
/openbmc/linux/net/sunrpc/
H A Dauth_tls.c132 return -EPROTONOSUPPORT; in tls_validate()
134 return -EPROTONOSUPPORT; in tls_validate()
/openbmc/linux/net/bluetooth/
H A Dlib.c120 return EPROTONOSUPPORT; in bt_to_errno()
197 case -EPROTONOSUPPORT: in bt_status()
/openbmc/u-boot/drivers/sysreset/
H A Dsysreset_xtfpga.c22 return -EPROTONOSUPPORT; in xtfpga_reset_request()
H A Dsysreset_rockchip.c32 return -EPROTONOSUPPORT; in rockchip_sysreset_request()
/openbmc/linux/net/core/
H A Dgso.c16 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 Dos-win32.h109 #if !defined(EPROTONOSUPPORT)
110 # define EPROTONOSUPPORT EINVAL macro
/openbmc/u-boot/lib/efi/
H A Defi_info.c24 ret = -EPROTONOSUPPORT; in efi_info_get()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_arfs.c416 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 Defi.c206 case -EPROTONOSUPPORT: in do_efi_mem()
214 ret = -EPROTONOSUPPORT; in do_efi_mem()
/openbmc/linux/include/uapi/asm-generic/
H A Derrno.h76 #define EPROTONOSUPPORT 93 /* Protocol not supported */ macro
/openbmc/linux/tools/include/uapi/asm-generic/
H A Derrno.h76 #define EPROTONOSUPPORT 93 /* Protocol not supported */ macro
/openbmc/linux/tools/arch/sparc/include/uapi/asm/
H A Derrno.h17 #define EPROTONOSUPPORT 43 /* Protocol not supported */ macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Derrno.h75 #define EPROTONOSUPPORT 120 /* Protocol not supported */ macro
/openbmc/linux/tools/arch/alpha/include/uapi/asm/
H A Derrno.h20 #define EPROTONOSUPPORT 43 /* Protocol not supported */ macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Derrno.h20 #define EPROTONOSUPPORT 43 /* Protocol not supported */ macro
/openbmc/linux/tools/arch/mips/include/uapi/asm/
H A Derrno.h75 #define EPROTONOSUPPORT 120 /* Protocol not supported */ macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Derrno.h17 #define EPROTONOSUPPORT 43 /* Protocol not supported */ macro
/openbmc/linux/tools/arch/parisc/include/uapi/asm/
H A Derrno.h83 #define EPROTONOSUPPORT 221 /* Protocol not supported */ macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Derrno.h83 #define EPROTONOSUPPORT 221 /* Protocol not supported */ macro
/openbmc/linux/net/nfc/
H A Daf_nfc.c21 int rc = -EPROTONOSUPPORT; in nfc_sock_create()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dsriov.c32 return -EPROTONOSUPPORT; in efx_sriov_set_vf_vlan()
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dsriov.h37 return -EPROTONOSUPPORT; in efx_sriov_set_vf_vlan()
/openbmc/linux/net/rxrpc/
H A Dkey.c216 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()

12345678