|
FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
Go to the documentation of this file.
29 #ifndef CLIB_MARCH_VARIANT
39 s =
format (s,
"CT6_OUT2IN: sw_if_index %d, next index %d session %d\n",
48 #define foreach_ct6_out2in_error \
49 _(PROCESSED, "ct6 packets processed") \
50 _(NO_SESSION, "ct6 no session drops")
55 #define _(sym,str) CT6_OUT2IN_ERROR_##sym,
61 #ifndef CLIB_MARCH_VARIANT
63 #define _(sym,string) string,
119 if (
b[0]->
flags & VLIB_BUFFER_IS_TRACED)
122 t->next_index =
next[0];
125 if (
b[1]->
flags & VLIB_BUFFER_IS_TRACED)
128 t->next_index =
next[1];
131 if (
b[2]->
flags & VLIB_BUFFER_IS_TRACED)
134 t->next_index =
next[2];
137 if (
b[3]->
flags & VLIB_BUFFER_IS_TRACED)
140 t->next_index =
next[3];
154 ct6_session_key_t *key0;
156 u32 session_index0 = ~0;
185 key0 = (ct6_session_key_t *) & kvp0;
187 sizeof (ip6_address_t));
189 sizeof (ip6_address_t));
197 if (clib_bihash_search_48_8 (&cmp->
session_hash, &kvp0, &kvp0) < 0)
201 b[0]->
error =
node->errors[CT6_OUT2IN_ERROR_NO_SESSION];
208 session_index0 = kvp0.
value;
215 if (
b[0]->
flags & VLIB_BUFFER_IS_TRACED)
233 CT6_OUT2IN_ERROR_PROCESSED,
frame->n_vectors);
235 CT6_OUT2IN_ERROR_NO_SESSION, dropped);
237 return frame->n_vectors;
250 #ifndef CLIB_MARCH_VARIANT
253 .name =
"ct6-out2in",
254 .vector_size =
sizeof (
u32),
vlib_buffer_t * bufs[VLIB_FRAME_SIZE]
#define vlib_prefetch_buffer_header(b, type)
Prefetch buffer metadata.
vlib_main_t vlib_node_runtime_t vlib_frame_t * frame
static uword ip6_address_is_global_unicast(const ip6_address_t *a)
static char * ct6_out2in_error_strings[]
#define pool_elt_at_index(p, i)
Returns pointer to element at given index.
vlib_get_buffers(vm, from, b, n_left_from)
@ VLIB_NODE_TYPE_INTERNAL
vlib_main_t vlib_node_runtime_t * node
static void ct6_update_session_hit(ct6_main_t *cmp, ct6_session_t *s0, f64 now)
#define foreach_ct6_out2in_error
vlib_main_t * vm
X-connect all packets from the HOST to the PHY.
vlib_buffer_enqueue_to_next(vm, node, from,(u16 *) nexts, frame->n_vectors)
static void * ip6_next_header(ip6_header_t *i)
static_always_inline void * clib_memcpy_fast(void *restrict dst, const void *restrict src, size_t n)
clib_bihash_48_8_t session_hash
#define CLIB_PREFETCH(addr, size, type)
vlib_error_t error
Error code for buffers to be enqueued to error handler.
#define VLIB_NODE_FN(node)
ct6_session_t ** sessions
#define VLIB_NODE_FLAG_TRACE
static_always_inline void vnet_feature_next(u32 *next0, vlib_buffer_t *b0)
static void * vlib_frame_vector_args(vlib_frame_t *f)
Get pointer to frame vector data.
static void vlib_node_increment_counter(vlib_main_t *vm, u32 node_index, u32 counter_index, u64 increment)
static uword ct6_out2in_inline(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame, int is_trace)
#define CLIB_CACHE_LINE_BYTES
struct _vlib_node_registration vlib_node_registration_t
static u8 * format_ct6_out2in_trace(u8 *s, va_list *args)
vlib_node_registration_t ct6_out2in_node
(constructor) VLIB_REGISTER_NODE (ct6_out2in_node)
description fragment has unexpected format
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.
u16 nexts[VLIB_FRAME_SIZE]
static f64 vlib_time_now(vlib_main_t *vm)
vl_api_fib_path_type_t type
VLIB buffer representation.
#define VLIB_REGISTER_NODE(x,...)
vl_api_wireguard_peer_flags_t flags