FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | vlib_node_stats_t |
struct | vlib_node_t |
struct | vlib_frame_t |
struct | vlib_next_frame_t |
struct | vlib_pending_frame_t |
struct | vlib_node_runtime_t |
struct | vlib_frame_size_t |
struct | vlib_process_event_type_t |
struct | vlib_process_t |
struct | vlib_one_time_waiting_process_t |
struct | vlib_signal_timed_event_data_t |
struct | vlib_node_fn_variant_t |
struct | vlib_node_main_t |
struct | frame_queue_trace_t |
struct | frame_queue_nelt_counter_t |
Typedefs | |
typedef uword() | vlib_node_function_t(struct vlib_main_t *vm, struct vlib_node_runtime_t *node, struct vlib_frame_t *frame) |
typedef struct _vlib_node_fn_registration | vlib_node_fn_registration_t |
typedef struct _vlib_node_registration | vlib_node_registration_t |
typedef struct vlib_node_t | vlib_node_t |
typedef struct vlib_frame_t | vlib_frame_t |
typedef struct vlib_node_runtime_t | vlib_node_runtime_t |
typedef u16 | vlib_error_t |
Functions | |
static void | vlib_next_frame_init (vlib_next_frame_t *nf) |
static uword | vlib_timing_wheel_data_is_timed_event (u32 d) |
static u32 | vlib_timing_wheel_data_set_suspended_process (u32 i) |
static u32 | vlib_timing_wheel_data_set_timed_event (u32 i) |
static uword | vlib_timing_wheel_data_get_index (u32 d) |
static u32 | vlib_error_get_node (vlib_node_main_t *nm, vlib_error_t e) |
static u32 | vlib_error_get_code (vlib_node_main_t *nm, vlib_error_t e) |
Variables | |
unformat_function_t | unformat_vlib_node_variant |
#define foreach_vlib_node_state |
#define VLIB_FRAME_ALIGN CLIB_CACHE_LINE_BYTES |
#define VLIB_FRAME_FREE_AFTER_DISPATCH VLIB_NODE_FLAG_IS_PUNT |
#define VLIB_FRAME_IS_ALLOCATED VLIB_NODE_FLAG_IS_OUTPUT |
#define VLIB_FRAME_NO_FREE_AFTER_DISPATCH VLIB_NODE_FLAG_FRAME_NO_FREE_AFTER_DISPATCH |
#define VLIB_FRAME_PENDING VLIB_NODE_FLAG_IS_DROP |
#define VLIB_FRAME_TRACE VLIB_NODE_FLAG_TRACE |
#define VLIB_NODE_FLAG_SWITCH_FROM_INTERRUPT_TO_POLLING_MODE (1 << 6) |
#define VLIB_NODE_FLAG_SWITCH_FROM_POLLING_TO_INTERRUPT_MODE (1 << 7) |
#define VLIB_NODE_FN | ( | node | ) |
#define VLIB_NODE_RUNTIME_DATA_SIZE (sizeof (vlib_node_runtime_t) - STRUCT_OFFSET_OF (vlib_node_runtime_t, runtime_data)) |
#define VLIB_REGISTER_NODE | ( | x, | |
... | |||
) |
typedef u16 vlib_error_t |
typedef struct vlib_frame_t vlib_frame_t |
typedef struct _vlib_node_fn_registration vlib_node_fn_registration_t |
typedef uword() vlib_node_function_t(struct vlib_main_t *vm, struct vlib_node_runtime_t *node, struct vlib_frame_t *frame) |
typedef struct _vlib_node_registration vlib_node_registration_t |
typedef struct vlib_node_runtime_t vlib_node_runtime_t |
typedef struct vlib_node_t vlib_node_t |
enum vlib_node_state_t |
enum vlib_node_type_t |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
unformat_function_t unformat_vlib_node_variant |