Go to the source code of this file.
|
static u8 * | format_qos_store_trace (u8 *s, va_list *args) |
|
static uword | qos_store_inline (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame, qos_source_t qos_src) |
|
VLIB_NODE_FN() | ip4_qos_store_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
|
VLIB_NODE_FN() | ip6_qos_store_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
|
| VNET_FEATURE_INIT (ip4_qos_store_node, static) |
|
| VNET_FEATURE_INIT (ip4m_qos_store_node, static) |
|
| VNET_FEATURE_INIT (ip6_qos_store_node, static) |
|
| VNET_FEATURE_INIT (ip6m_qos_store_node, static) |
|
◆ qos_store_trace_t
◆ format_qos_store_trace()
static u8* format_qos_store_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ ip4_qos_store_node()
◆ ip6_qos_store_node()
◆ qos_store_inline()
◆ VNET_FEATURE_INIT() [1/4]
◆ VNET_FEATURE_INIT() [2/4]
VNET_FEATURE_INIT |
( |
ip4m_qos_store_node |
, |
|
|
static |
|
|
) |
| |
◆ VNET_FEATURE_INIT() [3/4]
◆ VNET_FEATURE_INIT() [4/4]
VNET_FEATURE_INIT |
( |
ip6m_qos_store_node |
, |
|
|
static |
|
|
) |
| |
◆ ip4_qos_store_node
Initial value:= {
.name = "ip4-qos-store",
.vector_size =
sizeof (
u32),
.n_errors = 0,
.n_next_nodes = 1,
.next_nodes = {
[0] = "ip4-drop",
},
}
(constructor) VLIB_REGISTER_NODE (ip4_qos_store_node)
Definition at line 125 of file qos_store_node.c.
◆ ip6_qos_store_node
Initial value:= {
.name = "ip6-qos-store",
.vector_size =
sizeof (
u32),
.n_errors = 0,
.n_next_nodes = 1,
.next_nodes = {
[0] = "ip6-drop",
},
}
(constructor) VLIB_REGISTER_NODE (ip6_qos_store_node)
Definition at line 148 of file qos_store_node.c.
◆ qos_store_configs
Per-interface, per-protocol vector of feature on/off configurations.
Definition at line 32 of file qos_store.c.