Lines Matching defs:stream_stream_request_struct
8 struct stream_stream_request_struct { struct
9 int recv_buf_size;
10 int send_buf_size;
11 int receive_size; /* how many bytes do we want to */
13 int recv_alignment; /* what is the alignment of the */
15 int recv_offset; /* and at what offset from that */
17 int so_rcvavoid; /* do we want the remote to avoid receive copies? */
18 int so_sndavoid; /* do we want the remote to avoid send copies? */
19 int measure_cpu; /* does the client want server cpu */
21 float cpu_rate; /* do we know how fast the cpu is */
23 int test_length; /* how long is the test? */
24 int dirty_count; /* how many integers in the receive buffer */
26 int clean_count; /* how many integers should be read from the */
28 int path_name_len; /* the length of the device name string. this */
31 char unix_path[32]; /* the path */