POK(kernelpart)
|
Describe queueing and sampling ports structures. More...
Go to the source code of this file.
Data Structures | |
struct | pok_port_t |
Defines | |
#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 } |
#define POK_PORT_MAX_SIZE 512 |
Definition at line 39 of file port.h.
{ POK_PORT_DIRECTION_IN = 1, POK_PORT_DIRECTION_OUT = 2 } pok_port_directions_t;
enum pok_port_kinds_t |
Definition at line 47 of file port.h.
{ POK_PORT_KIND_QUEUEING = 1, POK_PORT_KIND_SAMPLING = 2, #ifdef POK_NEEDS_PORTS_VIRTUAL POK_PORT_KIND_VIRTUAL = 2, #endif POK_PORT_KIND_INVALID = 10 } pok_port_kinds_t;