|
FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Go to the documentation of this file.
37 s =
format (s,
"DNS46_REPLY: pool index %d, disposition %d",
45 #define _(sym,string) string,
78 u32 next0 = DNS46_REPLY_NEXT_INTERFACE_OUTPUT;
79 u32 next1 = DNS46_REPLY_NEXT_INTERFACE_OUTPUT;
80 u32 sw_if_index0, sw_if_index1;
101 to_next[0] = bi0 =
from[0];
102 to_next[1] = bi1 =
from[1];
115 if (b0->
flags & VLIB_BUFFER_IS_TRACED)
119 t->sw_if_index = sw_if_index0;
120 t->next_index = next0;
122 if (b1->
flags & VLIB_BUFFER_IS_TRACED)
126 t->sw_if_index = sw_if_index1;
127 t->next_index = next1;
133 to_next, n_left_to_next,
134 bi0, bi1, next0, next1);
144 u32 pool_index0 = ~0;
161 error0 = DNS46_REPLY_ERROR_DISABLED;
165 pool_index0 = clib_host_to_net_u16 (d0->id);
177 error0 = DNS46_REPLY_ERROR_PROCESSED;
183 && (b0->
flags & VLIB_BUFFER_IS_TRACED)))
193 to_next, n_left_to_next,
200 return frame->n_vectors;
207 .name =
"dns46_reply",
208 .vector_size =
sizeof (
u32),
static void vlib_process_signal_event_mt(vlib_main_t *vm, uword node_index, uword type_opaque, uword data)
Signal event to process from any thread.
vlib_node_registration_t dns46_reply_node
(constructor) VLIB_REGISTER_NODE (dns46_reply_node)
#define DNS_RESOLVER_EVENT_RESOLVED
#define vlib_prefetch_buffer_header(b, type)
Prefetch buffer metadata.
vlib_main_t vlib_node_runtime_t vlib_frame_t * frame
int is_enabled
enable / disable flag
static char * dns46_reply_error_strings[]
nat44_ei_hairpin_src_next_t next_index
static vlib_buffer_t * vlib_get_buffer(vlib_main_t *vm, u32 buffer_index)
Translate buffer index into buffer pointer.
@ VLIB_NODE_TYPE_INTERNAL
vlib_main_t vlib_node_runtime_t * node
vlib_main_t * vm
X-connect all packets from the HOST to the PHY.
static uword vlib_buffer_length_in_chain(vlib_main_t *vm, vlib_buffer_t *b)
Get length in bytes of the buffer chain.
static_always_inline void * clib_memcpy_fast(void *restrict dst, const void *restrict src, size_t n)
vlib_error_t error
Error code for buffers to be enqueued to error handler.
#define VLIB_NODE_FLAG_TRACE
static void * vlib_frame_vector_args(vlib_frame_t *f)
Get pointer to frame vector data.
#define vec_validate(V, I)
Make sure vector is long enough for given index (no header, unspecified alignment)
struct _vlib_node_registration vlib_node_registration_t
#define vlib_validate_buffer_enqueue_x1(vm, node, next_index, to_next, n_left_to_next, bi0, next0)
Finish enqueueing one buffer forward in the graph.
description fragment has unexpected format
vlib_put_next_frame(vm, node, next_index, 0)
static uword dns46_reply_node_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
void * vlib_add_trace(vlib_main_t *vm, vlib_node_runtime_t *r, vlib_buffer_t *b, u32 n_data_bytes)
static void * vlib_buffer_get_current(vlib_buffer_t *b)
Get pointer to current data to process.
u32 resolver_process_node_index
resolver process node index
#define vlib_validate_buffer_enqueue_x2(vm, node, next_index, to_next, n_left_to_next, bi0, bi1, next0, next1)
Finish enqueueing two buffers forward in the graph.
static_always_inline void clib_prefetch_store(void *p)
#define vlib_get_next_frame(vm, node, next_index, vectors, n_vectors_left)
Get pointer to next frame vector data by (vlib_node_runtime_t, next_index).
vl_api_fib_path_type_t type
#define foreach_dns46_reply_error
u32 flags
buffer flags: VLIB_BUFFER_FREE_LIST_INDEX_MASK: bits used to store free list index,...
VLIB buffer representation.
#define VLIB_REGISTER_NODE(x,...)
static u8 * format_dns46_reply_trace(u8 *s, va_list *args)