80 u32 n_left_from, *from, *to_next;
99 while (n_left_from > 0)
105 while (n_left_from >= 4 && n_left_to_next >= 2)
109 u32 pi0, sw_if_index0, next0 = 0;
110 u32 pi1, sw_if_index1, next1 = 0;
111 u8 error0, error1, arc0, arc1;
177 error0 = error1 = IP6_ERROR_NONE;
181 (clib_net_to_host_u32
183 6 ? IP6_ERROR_VERSION : error0;
185 (clib_net_to_host_u32
187 6 ? IP6_ERROR_VERSION : error1;
193 error0 = ip0->
hop_limit < 1 ? IP6_ERROR_TIME_EXPIRED : error0;
194 error1 = ip1->
hop_limit < 1 ? IP6_ERROR_TIME_EXPIRED : error1;
199 sizeof (ip0[0]) ? IP6_ERROR_TOO_SHORT : error0;
202 sizeof (ip1[0]) ? IP6_ERROR_TOO_SHORT : error1;
206 if (error0 == IP6_ERROR_TIME_EXPIRED)
209 ICMP6_time_exceeded_ttl_exceeded_in_transit,
220 if (error1 == IP6_ERROR_TIME_EXPIRED)
223 ICMP6_time_exceeded_ttl_exceeded_in_transit,
237 to_next, n_left_to_next,
238 pi0, pi1, next0, next1);
241 while (n_left_from > 0 && n_left_to_next > 0)
245 u32 pi0, sw_if_index0, next0 = 0;
274 error0 = IP6_ERROR_NONE;
278 (clib_net_to_host_u32
280 6 ? IP6_ERROR_VERSION : error0;
286 error0 = ip0->
hop_limit < 1 ? IP6_ERROR_TIME_EXPIRED : error0;
291 sizeof (ip0[0]) ? IP6_ERROR_TOO_SHORT : error0;
295 if (error0 == IP6_ERROR_TIME_EXPIRED)
298 ICMP6_time_exceeded_ttl_exceeded_in_transit,
310 to_next, n_left_to_next,
321 #define _(sym,string) string, 330 .vector_size =
sizeof (
u32),
vnet_main_t * vnet_get_main(void)
vnet_interface_main_t interface_main
struct ip6_main_t::@132 host_config
void vlib_put_next_frame(vlib_main_t *vm, vlib_node_runtime_t *r, u32 next_index, u32 n_vectors_left)
Release pointer to next frame vector data.
vlib_error_t * errors
Vector of errors for this node.
u8 mcast_feature_arc_index
Feature arc indices.
static pg_node_t * pg_get_node(uword node_index)
#define VLIB_INIT_FUNCTION(x)
#define vlib_prefetch_buffer_header(b, type)
Prefetch buffer metadata.
#define vec_elt_at_index(v, i)
Get vector value at index i checking that i is in bounds.
A collection of simple counters.
void icmp6_error_set_vnet_buffer(vlib_buffer_t *b, u8 type, u8 code, u32 data)
u16 current_length
Nbytes between current data and the end of this buffer.
uword os_get_cpu_number(void)
static void * vlib_buffer_get_current(vlib_buffer_t *b)
Get pointer to current data to process.
vlib_simple_counter_main_t * sw_if_counters
#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.
#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.
#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).
vlib_error_t error
Error code for buffers to be enqueued to error handler.
#define CLIB_PREFETCH(addr, size, type)
static vlib_node_runtime_t * vlib_node_get_runtime(vlib_main_t *vm, u32 node_index)
Get node runtime by node index.
unformat_function_t * unformat_edit
void hdlc_register_input_protocol(vlib_main_t *vm, hdlc_protocol_t protocol, u32 node_index)
u16 cached_next_index
Next frame index that vector arguments were last enqueued to last time this node ran.
ip_lookup_main_t lookup_main
#define VLIB_NODE_FLAG_TRACE
void ethernet_register_input_type(vlib_main_t *vm, ethernet_type_t type, u32 node_index)
u8 ucast_feature_arc_index
void vlib_trace_frame_buffers_only(vlib_main_t *vm, vlib_node_runtime_t *node, u32 *buffers, uword n_buffers, uword next_buffer_stride, uword n_buffer_data_bytes_in_trace)
static uword ip6_address_is_multicast(ip6_address_t *a)
static void * vlib_frame_vector_args(vlib_frame_t *f)
Get pointer to frame vector data.
#define foreach_ip6_error
#define VLIB_NODE_FUNCTION_MULTIARCH(node, fn)
#define VLIB_REGISTER_NODE(x,...)
void ppp_register_input_protocol(vlib_main_t *vm, ppp_protocol_t protocol, u32 node_index)
u16 flags
Copy of main node flags.
static vlib_buffer_t * vlib_get_buffer(vlib_main_t *vm, u32 buffer_index)
Translate buffer index into buffer pointer.
static void vlib_increment_simple_counter(vlib_simple_counter_main_t *cm, u32 cpu_index, u32 index, u64 increment)
Increment a simple counter.
static_always_inline void vnet_feature_arc_start(u8 arc, u32 sw_if_index, u32 *next0, vlib_buffer_t *b0)