FD.io VPP  v20.09-64-g4f7b92f0a
Vector Packet Processing
srv6_localsid_sample.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2015 Cisco and/or its affiliates.
3  * Licensed under the Apache License, Version 2.0 (the "License");
4  * you may not use this file except in compliance with the License.
5  * You may obtain a copy of the License at:
6  *
7  * http://www.apache.org/licenses/LICENSE-2.0
8  *
9  * Unless required by applicable law or agreed to in writing, software
10  * distributed under the License is distributed on an "AS IS" BASIS,
11  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12  * See the License for the specific language governing permissions and
13  * limitations under the License.
14  */
15 #ifndef __included_srv6_localsid_sample_h__
16 #define __included_srv6_localsid_sample_h__
17 
18 #include <vnet/vnet.h>
19 #include <vnet/ip/ip.h>
20 #include <vnet/srv6/sr.h>
21 #include <vnet/srv6/sr_packet.h>
22 
23 #include <vppinfra/hash.h>
24 #include <vppinfra/error.h>
25 #include <vppinfra/elog.h>
26 
27 typedef struct {
28  /* API message ID base */
30 
31  /* convenience */
34 
35  /* DPO type */
37 
38  /* SRv6 LocalSID behavior number */
40 
42 
43 /*
44  * This is the memory that will be stored per each localsid
45  * the user instantiates
46  */
47 typedef struct {
48  u32 fib_table; /* Stupid index used as an example.. */
50 
52 
55 
58 
60 
61 #endif /* __included_sample_h__ */
format_function_t format_srv6_localsid_sample
u8 *() format_function_t(u8 *s, va_list *args)
Definition: format.h:48
enum dpo_type_t_ dpo_type_t
Common types of data-path objects New types can be dynamically added using dpo_register_new_type() ...
unsigned int u32
Definition: types.h:88
unformat_function_t unformat_srv6_localsid_sample
The identity of a DPO is a combination of its type and its instance number/index of objects of that t...
Definition: dpo.h:170
unsigned short u16
Definition: types.h:57
uword() unformat_function_t(unformat_input_t *input, va_list *args)
Definition: format.h:233
The fine-grained event logger allows lightweight, thread-safe event logging at minimum cost...
void srv6_localsid_sample_dpo_lock(dpo_id_t *dpo)
void srv6_localsid_sample_dpo_unlock(dpo_id_t *dpo)
srv6_localsid_sample_main_t srv6_localsid_sample_main
struct _vlib_node_registration vlib_node_registration_t
Segment Routing data structures definitions.
vlib_node_registration_t srv6_localsid_sample_node
(constructor) VLIB_REGISTER_NODE (srv6_localsid_sample_node)
Definition: node.c:36