FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
flow_classify.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2016 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_flow_classify_h__
17
#define __included_vnet_flow_classify_h__
18
19
#include <
vlib/vlib.h
>
20
#include <
vnet/vnet.h
>
21
#include <
vnet/classify/vnet_classify.h
>
22
23
typedef
enum
24
{
25
FLOW_CLASSIFY_TABLE_IP4
,
26
FLOW_CLASSIFY_TABLE_IP6
,
27
FLOW_CLASSIFY_N_TABLES
,
28
}
flow_classify_table_id_t
;
29
30
typedef
enum
31
{
32
FLOW_CLASSIFY_NEXT_INDEX_DROP
,
33
FLOW_CLASSIFY_NEXT_INDEX_N_NEXT
,
34
}
flow_classify_next_index_t
;
35
36
typedef
struct
37
{
38
/* Classifier table vectors */
39
u32
*classify_table_index_by_sw_if_index[
FLOW_CLASSIFY_N_TABLES
];
40
41
/* Convenience variables */
42
vlib_main_t
*
vlib_main
;
43
vnet_main_t
*
vnet_main
;
44
vnet_classify_main_t
*
vnet_classify_main
;
45
vnet_config_main_t
*vnet_config_main[
FLOW_CLASSIFY_N_TABLES
];
46
}
flow_classify_main_t
;
47
48
extern
flow_classify_main_t
flow_classify_main
;
49
50
int
vnet_set_flow_classify_intfc
(
vlib_main_t
*
vm
,
u32
sw_if_index
,
51
u32
ip4_table_index,
u32
ip6_table_index,
52
u32
is_add);
53
54
#endif
/* __included_vnet_flow_classify_h__ */
55
56
/*
57
* fd.io coding-style-patch-verification: ON
58
*
59
* Local Variables:
60
* eval: (c-set-style "gnu")
61
* End:
62
*/
vnet_set_flow_classify_intfc
int vnet_set_flow_classify_intfc(vlib_main_t *vm, u32 sw_if_index, u32 ip4_table_index, u32 ip6_table_index, u32 is_add)
Definition:
flow_classify.c:49
flow_classify_next_index_t
flow_classify_next_index_t
Definition:
flow_classify.h:30
FLOW_CLASSIFY_N_TABLES
Definition:
flow_classify.h:27
flow_classify_table_id_t
flow_classify_table_id_t
Definition:
flow_classify.h:23
FLOW_CLASSIFY_NEXT_INDEX_DROP
Definition:
flow_classify.h:32
sw_if_index
vl_api_interface_index_t sw_if_index
Definition:
gre.api:59
flow_classify_main_t::vlib_main
vlib_main_t * vlib_main
Definition:
flow_classify.h:42
FLOW_CLASSIFY_NEXT_INDEX_N_NEXT
Definition:
flow_classify.h:33
FLOW_CLASSIFY_TABLE_IP6
Definition:
flow_classify.h:26
u32
unsigned int u32
Definition:
types.h:88
flow_classify_main
flow_classify_main_t flow_classify_main
Definition:
flow_classify.c:19
vnet_config_main_t
Definition:
config.h:86
flow_classify_main_t
Definition:
flow_classify.h:36
flow_classify_main_t::vnet_main
vnet_main_t * vnet_main
Definition:
flow_classify.h:43
vm
vlib_main_t * vm
Definition:
in2out_ed.c:1810
vnet.h
vnet_classify.h
vlib.h
vnet_classify_main_t
struct _vnet_classify_main vnet_classify_main_t
Definition:
vnet_classify.h:55
vnet_main_t
Definition:
vnet.h:51
FLOW_CLASSIFY_TABLE_IP4
Definition:
flow_classify.h:25
flow_classify_main_t::vnet_classify_main
vnet_classify_main_t * vnet_classify_main
Definition:
flow_classify.h:44
vlib_main_t
Definition:
main.h:83
src
vnet
classify
flow_classify.h
Generated on Wed Sep 9 2020 02:58:06 for FD.io VPP by
1.8.13