Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/vsock/
Dvsock_test.c432 unsigned long sock_buf_size; in test_seqpacket_msg_bounds_server() local
445 sock_buf_size = SOCK_BUF_SIZE; in test_seqpacket_msg_bounds_server()
448 &sock_buf_size, sizeof(sock_buf_size))) { in test_seqpacket_msg_bounds_server()
454 &sock_buf_size, sizeof(sock_buf_size))) { in test_seqpacket_msg_bounds_server()
637 unsigned long sock_buf_size; in test_seqpacket_bigmsg_client() local
642 len = sizeof(sock_buf_size); in test_seqpacket_bigmsg_client()
651 &sock_buf_size, &len)) { in test_seqpacket_bigmsg_client()
656 sock_buf_size++; in test_seqpacket_bigmsg_client()
658 data = malloc(sock_buf_size); in test_seqpacket_bigmsg_client()
664 send_buf(fd, data, sock_buf_size, 0, -EMSGSIZE); in test_seqpacket_bigmsg_client()