Searched refs:EMSGSIZE (Results 1 – 17 of 17) sorted by relevance
| /tools/include/uapi/asm-generic/ |
| A D | errno.h | 73 #define EMSGSIZE 90 /* Message too long */ macro
|
| /tools/arch/mips/include/uapi/asm/ |
| A D | errno.h | 72 #define EMSGSIZE 97 /* Message too long */ macro
|
| /tools/arch/parisc/include/uapi/asm/ |
| A D | errno.h | 80 #define EMSGSIZE 218 /* Message too long */ macro
|
| /tools/arch/alpha/include/uapi/asm/ |
| A D | errno.h | 17 #define EMSGSIZE 40 /* Message too long */ macro
|
| /tools/arch/sparc/include/uapi/asm/ |
| A D | errno.h | 14 #define EMSGSIZE 40 /* Message too long */ macro
|
| /tools/lib/bpf/ |
| A D | str_error.c | 72 case -EMSGSIZE: return "-EMSGSIZE"; in libbpf_errstr()
|
| A D | nlattr.h | 147 return -EMSGSIZE; in nlattr_add()
|
| A D | netlink.c | 302 return -EMSGSIZE; in __bpf_set_link_xdp_fd_replace() 785 return libbpf_err(-EMSGSIZE); in bpf_tc_attach()
|
| /tools/testing/selftests/net/ |
| A D | udpgso.c | 362 (errno == EMSGSIZE || errno == ENOMEM || errno == EINVAL)) in __send_one()
|
| A D | tls.c | 2227 EXPECT_EQ(errno, EMSGSIZE); in TEST_F()
|
| /tools/testing/selftests/net/tcp_ao/lib/ |
| A D | sock.c | 285 return -EMSGSIZE; in test_get_ao_info()
|
| /tools/net/ynl/lib/ |
| A D | ynl.c | 502 return -EMSGSIZE; in ynl_msg_end()
|
| /tools/testing/selftests/net/tcp_ao/ |
| A D | setsockopt-closed.c | 374 setsockopt_checked(sk, TCP_AO_ADD_KEY, &ao, EMSGSIZE, "maclen bigger than TCP hdr"); in test_einval_add_key()
|
| /tools/testing/vsock/ |
| A D | vsock_test.c | 658 send_buf(fd, data, buf_size, 0, -EMSGSIZE); in test_seqpacket_bigmsg_client()
|
| /tools/testing/selftests/iommu/ |
| A D | iommufd.c | 1098 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 D | test_sockmap.c | 779 errno = EMSGSIZE; in msg_loop()
|
| /tools/testing/selftests/net/ovpn/ |
| A D | ovpn-cli.c | 1070 return -EMSGSIZE; in ovpn_addattr()
|
Completed in 38 milliseconds