|
Linux Kernel
3.7.1
|
#include <netio_intf.h>
Data Fields | |
| struct __netio_queue_impl_t * | __system_part |
| struct __netio_queue_user_impl_t * | __user_part |
| _netio_percpu_mutex_t | lock |
A netio_queue_t describes a NetIO communications endpoint.
Definition at line 2616 of file netio_intf.h.
| struct __netio_queue_impl_t* __system_part |
The system part.
Definition at line 2621 of file netio_intf.h.
| struct __netio_queue_user_impl_t* __user_part |
The user part.
Definition at line 2622 of file netio_intf.h.
Queue lock.
Definition at line 2624 of file netio_intf.h.
1.8.2