FD.io VPP
v21.06-3-gbb25fbf28
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 */
29
u16
msg_id_base
;
30
31
/* convenience */
32
vlib_main_t
*
vlib_main
;
33
vnet_main_t
*
vnet_main
;
34
35
/* DPO type */
36
dpo_type_t
srv6_localsid_sample_dpo_type
;
37
38
/* SRv6 LocalSID behavior number */
39
u32
srv6_localsid_behavior_id
;
40
41
}
srv6_localsid_sample_main_t
;
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.. */
49
}
srv6_localsid_sample_per_sid_memory_t
;
50
51
extern
srv6_localsid_sample_main_t
srv6_localsid_sample_main
;
52
53
format_function_t
format_srv6_localsid_sample
;
54
unformat_function_t
unformat_srv6_localsid_sample
;
55
56
void
srv6_localsid_sample_dpo_lock
(
dpo_id_t
* dpo);
57
void
srv6_localsid_sample_dpo_unlock
(
dpo_id_t
* dpo);
58
59
extern
vlib_node_registration_t
srv6_localsid_sample_node
;
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.
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
hash.h
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
src
examples
srv6-sample-localsid
srv6_localsid_sample.h
Generated on Sat Jan 8 2022 10:03:27 for FD.io VPP by
1.8.17