Searched refs:sock_buf_size (Results 1 – 1 of 1) sorted by relevance
432 unsigned long sock_buf_size; in test_seqpacket_msg_bounds_server() local445 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() local642 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()