Searched refs:MSGLEN (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | migrate_reuseport.c | 52 #define MSGLEN 12 285 char buf[MSGLEN] = MSG; in start_clients() 318 err = write(test_case->clients[i], buf, MSGLEN); in start_clients() 319 if (!ASSERT_EQ(err, MSGLEN, "write")) in start_clients() 448 char buf[MSGLEN]; in count_requests() 460 memset(buf, 0, MSGLEN); in run_test() 461 read(client, &buf, MSGLEN); in run_test() 47 #define MSGLEN global() macro
|
| /linux/tools/testing/selftests/net/af_unix/ |
| H A D | scm_rights.c | 273 #define MSGLEN 1 in __send_fd() macro 281 .iov_len = MSGLEN, in __send_fd() 306 ASSERT_EQ(MSGLEN, ret); in __send_fd()
|