73 u32 n_left_from, *from, *to_next;
92 while (n_left_from > 0)
98 while (n_left_from >= 4 && n_left_to_next >= 2)
102 u32 sw_if_index0, pi0, next0;
103 u32 sw_if_index1, pi1, next1;
120 to_next[0] = pi0 = from[0];
121 to_next[1] = pi1 = from[1];
168 &next0, &next1, verify_checksum);
171 to_next, n_left_to_next,
172 pi0, pi1, next0, next1);
174 while (n_left_from > 0 && n_left_to_next > 0)
178 u32 sw_if_index0, pi0, next0;
212 to_next, n_left_to_next,
271 #define _(sym,string) string, 280 .vector_size =
sizeof (
u32),
304 .name =
"ip4-input-no-checksum",
305 .vector_size =
sizeof (
u32),
vnet_main_t * vnet_get_main(void)
vnet_interface_main_t interface_main
ip_lookup_main_t lookup_main
static void vlib_increment_simple_counter(vlib_simple_counter_main_t *cm, u32 thread_index, u32 index, u64 increment)
Increment a simple counter.
static clib_error_t * ip4_cli_init(vlib_main_t *vm)
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.
#define vlib_call_init_function(vm, x)
static void * vlib_buffer_get_current(vlib_buffer_t *b)
Get pointer to current data to process.
static uword ip4_address_is_multicast(ip4_address_t *a)
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).
#define foreach_ip4_error
static_always_inline uword vlib_get_thread_index(void)
#define CLIB_PREFETCH(addr, size, type)
clib_error_t * ip4_source_check_init(vlib_main_t *vm)
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)
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.
u16 cached_next_index
Next frame index that vector arguments were last enqueued to last time this node ran.
struct ip4_main_t::@186 host_config
Template information for VPP generated packets.
#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)
clib_error_t * ip4_source_and_port_range_check_init(vlib_main_t *vm)
static void * vlib_frame_vector_args(vlib_frame_t *f)
Get pointer to frame vector data.
#define VLIB_REGISTER_NODE(x,...)
ip4_main_t ip4_main
Global ip4 main structure.
void ppp_register_input_protocol(vlib_main_t *vm, ppp_protocol_t protocol, u32 node_index)
u16 flags
Copy of main node flags.
u32 flow_hash_seed
Seed for Jenkins hash used to compute ip4 flow hash.
u8 ttl
TTL to use for host generated packets.
static vlib_buffer_t * vlib_get_buffer(vlib_main_t *vm, u32 buffer_index)
Translate buffer index into buffer pointer.
static_always_inline void vnet_feature_arc_start(u8 arc, u32 sw_if_index, u32 *next0, vlib_buffer_t *b0)