FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
l2_in_out_feat_arc.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 
16 #ifndef __included_vnet_in_out_feat_arc_h__
17 #define __included_vnet_in_out_feat_arc_h__
18 
19 #include <vlib/vlib.h>
20 #include <vnet/vnet.h>
22 
23 typedef enum
24 {
28 
29 typedef enum
30 {
36 
37 typedef enum
38 {
43 
44 typedef struct
45 {
46  /* convenience variables */
51  *
52  vnet_config_main[IN_OUT_FEAT_ARC_N_TABLE_GROUPS]
55 
56 int vnet_l2_feature_enable_disable (const char *arc_name,
57  const char *node_name, u32 sw_if_index,
58  int enable_disable, void *feature_config,
59  u32 n_feature_config_bytes);
60 
65 
66 #endif /* __included_vnet_in_out_feat_arc_h__ */
67 
68 /*
69  * fd.io coding-style-patch-verification: ON
70  *
71  * Local Variables:
72  * eval: (c-set-style "gnu")
73  * End:
74  */
vnet_classify_main_t * vnet_classify_main
in_out_feat_arc_table_group_id_t
vl_api_interface_index_t sw_if_index
Definition: gre.api:50
unsigned int u32
Definition: types.h:88
int vnet_l2_feature_enable_disable(const char *arc_name, const char *node_name, u32 sw_if_index, int enable_disable, void *feature_config, u32 n_feature_config_bytes)
vlib_node_registration_t l2_out_feat_arc_end_node
(constructor) VLIB_REGISTER_NODE (l2_out_feat_arc_end_node)
in_out_feat_arc_table_id_t
vlib_node_registration_t l2_in_feat_arc_end_node
(constructor) VLIB_REGISTER_NODE (l2_in_feat_arc_end_node)
in_out_feat_arc_next_index_t
struct _vnet_classify_main vnet_classify_main_t
Definition: vnet_classify.h:55
struct _vlib_node_registration vlib_node_registration_t
vlib_node_registration_t l2_out_feat_arc_node
(constructor) VLIB_REGISTER_NODE (l2_out_feat_arc_node)
vlib_node_registration_t l2_in_feat_arc_node
(constructor) VLIB_REGISTER_NODE (l2_in_feat_arc_node)