FD.io VPP  v21.10.1-2-g0a485f517
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__ */
elog.h
srv6_localsid_sample_main_t::vnet_main
vnet_main_t * vnet_main
Definition: srv6_localsid_sample.h:33
u16
unsigned short u16
Definition: types.h:57
srv6_localsid_sample_node
vlib_node_registration_t srv6_localsid_sample_node
(constructor) VLIB_REGISTER_NODE (srv6_localsid_sample_node)
Definition: node.c:36
srv6_localsid_sample_main_t::srv6_localsid_sample_dpo_type
dpo_type_t srv6_localsid_sample_dpo_type
Definition: srv6_localsid_sample.h:36
sr_packet.h
sr.h
Segment Routing data structures definitions.
hash.h
error.h
srv6_localsid_sample_main_t::vlib_main
vlib_main_t * vlib_main
Definition: srv6_localsid_sample.h:32
srv6_localsid_sample_main_t
Definition: srv6_localsid_sample.h:27
srv6_localsid_sample_main_t::msg_id_base
u16 msg_id_base
Definition: srv6_localsid_sample.h:29
dpo_type_t
enum dpo_type_t_ dpo_type_t
Common types of data-path objects New types can be dynamically added using dpo_register_new_type()
srv6_localsid_sample_per_sid_memory_t
Definition: srv6_localsid_sample.h:47
srv6_localsid_sample_dpo_lock
void srv6_localsid_sample_dpo_lock(dpo_id_t *dpo)
Definition: srv6_localsid_sample.c:122
vlib_node_registration_t
struct _vlib_node_registration vlib_node_registration_t
srv6_localsid_sample_dpo_unlock
void srv6_localsid_sample_dpo_unlock(dpo_id_t *dpo)
Definition: srv6_localsid_sample.c:127
format_function_t
u8 *() format_function_t(u8 *s, va_list *args)
Definition: format.h:48
vnet_main_t
Definition: vnet.h:76
ip.h
u32
unsigned int u32
Definition: types.h:88
unformat_function_t
uword() unformat_function_t(unformat_input_t *input, va_list *args)
Definition: format.h:225
vlib_main_t
Definition: main.h:102
format_srv6_localsid_sample
format_function_t format_srv6_localsid_sample
Definition: srv6_localsid_sample.h:53
dpo_id_t_
The identity of a DPO is a combination of its type and its instance number/index of objects of that t...
Definition: dpo.h:172
srv6_localsid_sample_main_t::srv6_localsid_behavior_id
u32 srv6_localsid_behavior_id
Definition: srv6_localsid_sample.h:39
vnet.h
unformat_srv6_localsid_sample
unformat_function_t unformat_srv6_localsid_sample
Definition: srv6_localsid_sample.h:54
srv6_localsid_sample_per_sid_memory_t::fib_table
u32 fib_table
Definition: srv6_localsid_sample.h:48
srv6_localsid_sample_main
srv6_localsid_sample_main_t srv6_localsid_sample_main