24 #define foreach_udp_local_next \ 25 _ (PUNT4, "ip4-punt") \ 26 _ (PUNT6, "ip6-punt") \ 27 _ (DROP4, "ip4-drop") \ 28 _ (DROP6, "ip6-drop") \ 29 _ (ICMP4_ERROR, "ip4-icmp-error") \ 30 _ (ICMP6_ERROR, "ip6-icmp-error") 34 #define _(s,n) UDP_LOCAL_NEXT_##s, 40 #define udp_local_next_drop(is_ip4) ((is_ip4) ? UDP_LOCAL_NEXT_DROP4 : UDP_LOCAL_NEXT_DROP6) 41 #define udp_local_next_punt(is_ip4) ((is_ip4) ? UDP_LOCAL_NEXT_PUNT4 : UDP_LOCAL_NEXT_PUNT6) 50 #ifndef CLIB_MARCH_VARIANT 58 s =
format (s,
"UDP: src-port %d dst-port %d%s",
61 t->
bound ?
"" :
" (no listener)");
72 __attribute__ ((unused))
u32 n_left_from, next_index, *from, *to_next;
73 word n_no_listener = 0;
81 while (n_left_from > 0)
87 while (n_left_from >= 4 && n_left_to_next >= 2)
92 u32 i0, i1, dst_port0, dst_port1;
93 u32 advance0, advance1;
94 u32 error0, next0, error1, next1;
136 error0 = UDP_ERROR_LENGTH_ERROR;
147 error0 = UDP_ERROR_LENGTH_ERROR;
154 error1 = UDP_ERROR_LENGTH_ERROR;
165 error1 = UDP_ERROR_LENGTH_ERROR;
171 dst_port0 = (error0 == 0) ? h0->
dst_port : 0;
172 dst_port1 = (error1 == 0) ? h1->dst_port : 0;
175 dst_port0, dst_port1, &i0, &i1);
176 next0 = (error0 == 0) ?
179 next1 = (error1 == 0) ?
197 ICMP4_destination_unreachable,
198 ICMP4_destination_unreachable_port_unreachable,
200 next0 = UDP_LOCAL_NEXT_ICMP4_ERROR;
206 ICMP6_destination_unreachable,
207 ICMP6_destination_unreachable_port_unreachable,
209 next0 = UDP_LOCAL_NEXT_ICMP6_ERROR;
234 ICMP4_destination_unreachable,
235 ICMP4_destination_unreachable_port_unreachable,
237 next1 = UDP_LOCAL_NEXT_ICMP4_ERROR;
243 ICMP6_destination_unreachable,
244 ICMP6_destination_unreachable_port_unreachable,
246 next1 = UDP_LOCAL_NEXT_ICMP6_ERROR;
261 if (b0->
error != node->
errors[UDP_ERROR_LENGTH_ERROR])
265 tr->
bound = (next0 != UDP_LOCAL_NEXT_ICMP4_ERROR &&
266 next0 != UDP_LOCAL_NEXT_ICMP6_ERROR);
273 if (b1->
error != node->
errors[UDP_ERROR_LENGTH_ERROR])
275 tr->
src_port = h1 ? h1->src_port : 0;
276 tr->
dst_port = h1 ? h1->dst_port : 0;
277 tr->
bound = (next1 != UDP_LOCAL_NEXT_ICMP4_ERROR &&
278 next1 != UDP_LOCAL_NEXT_ICMP6_ERROR);
283 to_next, n_left_to_next,
284 bi0, bi1, next0, next1);
287 while (n_left_from > 0 && n_left_to_next > 0)
343 ICMP4_destination_unreachable,
344 ICMP4_destination_unreachable_port_unreachable,
346 next0 = UDP_LOCAL_NEXT_ICMP4_ERROR;
352 ICMP6_destination_unreachable,
353 ICMP6_destination_unreachable_port_unreachable,
355 next0 = UDP_LOCAL_NEXT_ICMP6_ERROR;
377 if (b0->
error != node->
errors[UDP_ERROR_LENGTH_ERROR])
381 tr->
bound = (next0 != UDP_LOCAL_NEXT_ICMP4_ERROR &&
382 next0 != UDP_LOCAL_NEXT_ICMP6_ERROR);
387 to_next, n_left_to_next,
399 #define udp_error(n,s) s, 420 .name =
"ip4-udp-lookup",
422 .vector_size =
sizeof (
u32),
429 #define _(s,n) [UDP_LOCAL_NEXT_##s] = n, 442 .name =
"ip6-udp-lookup",
444 .vector_size =
sizeof (
u32),
451 #define _(s,n) [UDP_LOCAL_NEXT_##s] = n, 462 #ifndef CLIB_MARCH_VARIANT 473 pi->
name = dst_port_name;
513 clib_host_to_net_u16 (dst_port));
516 clib_host_to_net_u16 (dst_port));
536 clib_host_to_net_u16 (dst_port));
539 clib_host_to_net_u16 (dst_port));
552 clib_host_to_net_u16 (dst_port));
555 clib_host_to_net_u16 (dst_port));
580 u8 **result = va_arg (*args,
u8 **);
582 __attribute__ ((unused))
int old_length;
589 old_length =
vec_len (*result);
595 if (
unformat (input,
"src-port %d dst-port %d", &src_port, &dst_port))
597 udp->
src_port = clib_host_to_net_u16 (src_port);
598 udp->
dst_port = clib_host_to_net_u16 (dst_port);
629 for (i = 0; i < 2; i++)
649 #define _(n,s) add_dst_port (um, UDP_DST_PORT_##s, #s, 1 ); 652 #define _(n,s) add_dst_port (um, UDP_DST_PORT_##s, #s, 0 ); void udp_unregister_dst_port(vlib_main_t *vm, udp_dst_port_t dst_port, u8 is_ip4)
u32 flags
buffer flags: VLIB_BUFFER_FREE_LIST_INDEX_MASK: bits used to store free list index, VLIB_BUFFER_IS_TRACED: trace this buffer.
bool udp_is_valid_dst_port(udp_dst_port_t dst_port, u8 is_ip4)
#define hash_set(h, key, value)
clib_error_t * udp_local_init(vlib_main_t *vm)
static char * udp_error_strings[]
uword * dst_port_info_by_dst_port[N_UDP_AF]
static void vlib_error_count(vlib_main_t *vm, uword node_index, uword counter, uword increment)
clib_memset(h->entries, 0, sizeof(h->entries[0]) *entries)
static clib_error_t * udp_init(vlib_main_t *vm)
u16 current_length
Nbytes between current data and the end of this buffer.
#define vec_add2(V, P, N)
Add N elements to end of vector V, return pointer to new elements in P.
void udp_register_dst_port(vlib_main_t *vm, udp_dst_port_t dst_port, u32 node_index, u8 is_ip4)
#define hash_set_mem(h, key, value)
static udp_dst_port_info_t * udp_get_dst_port_info(udp_main_t *um, udp_dst_port_t dst_port, u8 is_ip4)
#define VLIB_NODE_FN(node)
void ip4_register_protocol(u32 protocol, u32 node_index)
vlib_error_t * errors
Vector of errors for this node.
static uword vlib_buffer_length_in_chain(vlib_main_t *vm, vlib_buffer_t *b)
Get length in bytes of the buffer chain.
static uword vlib_node_add_next(vlib_main_t *vm, uword node, uword next_node)
static void add_dst_port(udp_main_t *um, udp_dst_port_t dst_port, char *dst_port_name, u8 is_ip4)
static pg_node_t * pg_get_node(uword node_index)
#define udp_local_next_punt(is_ip4)
#define VLIB_INIT_FUNCTION(x)
vlib_node_registration_t udp6_local_node
(constructor) VLIB_REGISTER_NODE (udp6_local_node)
#define sparse_vec_validate(v, i)
#define vlib_prefetch_buffer_header(b, type)
Prefetch buffer metadata.
static void sparse_vec_index2(void *v, u32 si0, u32 si1, u32 *i0_return, u32 *i1_return)
#define vlib_call_init_function(vm, x)
#define hash_create_string(elts, value_bytes)
void icmp6_error_set_vnet_buffer(vlib_buffer_t *b, u8 type, u8 code, u32 data)
vlib_error_t error
Error code for buffers to be enqueued to error handler.
udp_dst_port_info_t * dst_port_infos[N_UDP_AF]
static void * vlib_buffer_get_current(vlib_buffer_t *b)
Get pointer to current data to process.
static uword udp46_local_inline(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame, int is_ip4)
uword * dst_port_info_by_name[N_UDP_AF]
format_function_t * format_buffer
u32 node_index
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.
#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_udp_local_next
static void udp_setup_node(vlib_main_t *vm, u32 node_index)
#define VLIB_REGISTER_NODE(x,...)
#define CLIB_PREFETCH(addr, size, type)
void icmp4_error_set_vnet_buffer(vlib_buffer_t *b, u8 type, u8 code, u32 data)
unformat_function_t * unformat_buffer
unformat_function_t * unformat_edit
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.
void udp_punt_unknown(vlib_main_t *vm, u8 is_ip4, u8 is_add)
vlib_node_registration_t udp4_local_node
(constructor) VLIB_REGISTER_NODE (udp4_local_node)
#define hash_create(elts, value_bytes)
static uword sparse_vec_index(void *v, uword sparse_index)
u16 cached_next_index
Next frame index that vector arguments were last enqueued to last time this node ran.
#define foreach_udp4_dst_port
#define clib_error_report(e)
static void vlib_buffer_advance(vlib_buffer_t *b, word l)
Advance current data pointer by the supplied (signed!) amount.
static void * vlib_add_trace(vlib_main_t *vm, vlib_node_runtime_t *r, vlib_buffer_t *b, u32 n_data_bytes)
#define vec_elt(v, i)
Get vector value at index i.
#define vec_len(v)
Number of elements in vector (rvalue-only, NULL tolerant)
VLIB buffer representation.
static void * vlib_frame_vector_args(vlib_frame_t *f)
Get pointer to frame vector data.
uword unformat_udp_header(unformat_input_t *input, va_list *args)
u8 * format_udp_rx_trace(u8 *s, va_list *args)
static vlib_node_t * vlib_get_node(vlib_main_t *vm, u32 i)
Get vlib node by index.
static void * sparse_vec_new(uword elt_bytes, uword sparse_index_bits)
static vlib_buffer_t * vlib_get_buffer(vlib_main_t *vm, u32 buffer_index)
Translate buffer index into buffer pointer.
#define udp_local_next_drop(is_ip4)
#define SPARSE_VEC_INVALID_INDEX