Home
last modified time | relevance | path

Searched refs:MSGLEN (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dmigrate_reuseport.c47 #define MSGLEN 12 macro
280 char buf[MSGLEN] = MSG; in start_clients()
313 err = write(test_case->clients[i], buf, MSGLEN); in start_clients()
314 if (!ASSERT_EQ(err, MSGLEN, "write")) in start_clients()
413 char buf[MSGLEN]; in count_requests()
425 memset(buf, 0, MSGLEN); in count_requests()
426 read(client, &buf, MSGLEN); in count_requests()
/linux/tools/testing/selftests/net/af_unix/
H A Dscm_rights.c203 #define MSGLEN 1 in __send_fd() macro
220 .iov_len = MSGLEN, in __send_fd()
233 ASSERT_EQ(MSGLEN, ret); in __send_fd()