Home
last modified time | relevance | path

Searched defs:ring_elt (Results 1 – 1 of 1) sorted by relevance

/external/netperf/src/
Dnetlib.h293 struct ring_elt { struct
294 struct ring_elt *next; /* next element in the ring */ argument
295 char *buffer_base; /* in case we have to free it at somepoint */
296 char *buffer_ptr; /* the aligned and offset pointer */
297 void *completion_ptr; /* a pointer to information for async completion */
300 struct iovec *hdtrl; /* a pointer to a header/trailer
304 off_t offset; /* the offset from the beginning of
306 size_t length; /* the number of bytes to send -
310 int fildes; /* the file descriptor of the source
312 int flags; /* the flags to pass to sendfile() -