Home
last modified time | relevance | path

Searched refs:EMSGSIZE (Results 1 – 17 of 17) sorted by relevance

/tools/include/uapi/asm-generic/
A Derrno.h73 #define EMSGSIZE 90 /* Message too long */ macro
/tools/arch/mips/include/uapi/asm/
A Derrno.h72 #define EMSGSIZE 97 /* Message too long */ macro
/tools/arch/parisc/include/uapi/asm/
A Derrno.h80 #define EMSGSIZE 218 /* Message too long */ macro
/tools/arch/alpha/include/uapi/asm/
A Derrno.h17 #define EMSGSIZE 40 /* Message too long */ macro
/tools/arch/sparc/include/uapi/asm/
A Derrno.h14 #define EMSGSIZE 40 /* Message too long */ macro
/tools/lib/bpf/
A Dstr_error.c72 case -EMSGSIZE: return "-EMSGSIZE"; in libbpf_errstr()
A Dnlattr.h147 return -EMSGSIZE; in nlattr_add()
A Dnetlink.c302 return -EMSGSIZE; in __bpf_set_link_xdp_fd_replace()
785 return libbpf_err(-EMSGSIZE); in bpf_tc_attach()
/tools/testing/selftests/net/
A Dudpgso.c362 (errno == EMSGSIZE || errno == ENOMEM || errno == EINVAL)) in __send_one()
A Dtls.c2227 EXPECT_EQ(errno, EMSGSIZE); in TEST_F()
/tools/testing/selftests/net/tcp_ao/lib/
A Dsock.c285 return -EMSGSIZE; in test_get_ao_info()
/tools/net/ynl/lib/
A Dynl.c502 return -EMSGSIZE; in ynl_msg_end()
/tools/testing/selftests/net/tcp_ao/
A Dsetsockopt-closed.c374 setsockopt_checked(sk, TCP_AO_ADD_KEY, &ao, EMSGSIZE, "maclen bigger than TCP hdr"); in test_einval_add_key()
/tools/testing/vsock/
A Dvsock_test.c658 send_buf(fd, data, buf_size, 0, -EMSGSIZE); in test_seqpacket_bigmsg_client()
/tools/testing/selftests/iommu/
A Diommufd.c1098 EXPECT_ERRNO(EMSGSIZE, in TEST_F()
1126 EXPECT_ERRNO(EMSGSIZE, ioctl(self->fd, IOMMU_IOAS_IOVA_RANGES, in TEST_F()
/tools/testing/selftests/bpf/
A Dtest_sockmap.c779 errno = EMSGSIZE; in msg_loop()
/tools/testing/selftests/net/ovpn/
A Dovpn-cli.c1070 return -EMSGSIZE; in ovpn_addattr()

Completed in 46 milliseconds