Searched refs:EAFNOSUPPORT (Results 1 - 25 of 127) sorted by relevance

123456

/linux-master/security/landlock/
H A Dnet.h29 return -EAFNOSUPPORT;
H A Dnet.c131 * -EAFNOSUPPORT.
146 return -EAFNOSUPPORT;
/linux-master/tools/testing/selftests/net/
H A Dsocket.c22 /* If non-zero, accept EAFNOSUPPORT to handle the case
29 { AF_MAX, 0, 0, -EAFNOSUPPORT, 0 },
52 errno == EAFNOSUPPORT)
/linux-master/net/ipv6/
H A Daddrconf_core.c137 return ERR_PTR(-EAFNOSUPPORT);
142 return -EAFNOSUPPORT;
155 return -EAFNOSUPPORT;
162 return -EAFNOSUPPORT;
185 return -EAFNOSUPPORT;
191 return -EAFNOSUPPORT;
198 return -EAFNOSUPPORT;
204 return ERR_PTR(-EAFNOSUPPORT);
H A Dping.c30 return -EAFNOSUPPORT;
38 return -EAFNOSUPPORT;
89 return -EAFNOSUPPORT;
/linux-master/arch/alpha/include/uapi/asm/
H A Derrno.h24 #define EAFNOSUPPORT 47 /* Address family not supported by protocol */ macro
/linux-master/arch/mips/include/uapi/asm/
H A Derrno.h79 #define EAFNOSUPPORT 124 /* Address family not supported by protocol */ macro
/linux-master/arch/sparc/include/uapi/asm/
H A Derrno.h21 #define EAFNOSUPPORT 47 /* Address family not supported by protocol */ macro
/linux-master/tools/arch/alpha/include/uapi/asm/
H A Derrno.h24 #define EAFNOSUPPORT 47 /* Address family not supported by protocol */ macro
/linux-master/tools/arch/mips/include/uapi/asm/
H A Derrno.h79 #define EAFNOSUPPORT 124 /* Address family not supported by protocol */ macro
/linux-master/tools/arch/sparc/include/uapi/asm/
H A Derrno.h21 #define EAFNOSUPPORT 47 /* Address family not supported by protocol */ macro
/linux-master/include/uapi/asm-generic/
H A Derrno.h80 #define EAFNOSUPPORT 97 /* Address family not supported by protocol */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Derrno.h80 #define EAFNOSUPPORT 97 /* Address family not supported by protocol */ macro
/linux-master/net/rxrpc/
H A Dutils.c42 return -EAFNOSUPPORT;
/linux-master/net/vmw_vsock/
H A Dvsock_addr.c31 return -EAFNOSUPPORT;
/linux-master/net/nfc/
H A Daf_nfc.c24 return -EAFNOSUPPORT;
/linux-master/arch/parisc/include/uapi/asm/
H A Derrno.h87 #define EAFNOSUPPORT 225 /* Address family not supported by protocol */ macro
/linux-master/tools/arch/parisc/include/uapi/asm/
H A Derrno.h87 #define EAFNOSUPPORT 225 /* Address family not supported by protocol */ macro
/linux-master/net/atm/
H A Dpvc.c39 return -EAFNOSUPPORT;
136 return -EAFNOSUPPORT;
/linux-master/net/nsh/
H A Dnsh.c26 return -EAFNOSUPPORT;
65 return -EAFNOSUPPORT;
/linux-master/drivers/net/vxlan/
H A Dvxlan_private.h100 return -EAFNOSUPPORT;
133 return -EAFNOSUPPORT;
139 return -EAFNOSUPPORT;
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_bpf_nf.c6 #define EAFNOSUPPORT 97 macro
23 int test_insert_entry = -EAFNOSUPPORT;
/linux-master/drivers/i2c/busses/
H A Di2c-at91-slave.c73 return -EAFNOSUPPORT;
/linux-master/net/phonet/
H A Ddatagram.c87 return -EAFNOSUPPORT;
/linux-master/net/ipv4/
H A Ddatagram.c34 return -EAFNOSUPPORT;

Completed in 593 milliseconds

123456