Searched defs:stream_rr_request_struct (Results 1 – 1 of 1) sorted by relevance
59 struct stream_rr_request_struct { struct60 int recv_buf_size; /* how big does the client want it */61 int send_buf_size;62 int recv_alignment;63 int recv_offset;64 int send_alignment;65 int send_offset;66 int request_size;67 int response_size;68 int so_rcvavoid; /* do we want the remote to avoid receive copies? */[all …]