POK(kernelpart)
|
Describe queueing and sampling ports structures. More...
Go to the source code of this file.
Data Structures | |
struct | pok_port_t |
Macros | |
#define | POK_PORT_MAX_SIZE 512 |
Typedefs | |
typedef pok_queueing_discipline_t | pok_port_queueing_discipline_t |
Enumerations | |
enum | pok_port_queueing_disciplines_t { POK_PORT_QUEUEING_DISCIPLINE_FIFO = 1, POK_PORT_QUEUEING_DISCIPLINE_PRIORITY = 2 } |
enum | pok_port_directions_t { POK_PORT_DIRECTION_IN = 1, POK_PORT_DIRECTION_OUT = 2 } |
enum | pok_port_kinds_t { POK_PORT_KIND_QUEUEING = 1, POK_PORT_KIND_SAMPLING = 2, POK_PORT_KIND_INVALID = 10 } |
enum pok_port_kinds_t |