Searched defs:ring_elt (Results 1 – 1 of 1) sorted by relevance
293 struct ring_elt { struct294 struct ring_elt *next; /* next element in the ring */ argument295 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/trailer304 off_t offset; /* the offset from the beginning of306 size_t length; /* the number of bytes to send -310 int fildes; /* the file descriptor of the source312 int flags; /* the flags to pass to sendfile() -