FD.io VPP  v21.06-3-gbb25fbf28
Vector Packet Processing
ip_container_proxy.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_ip_container_proxy_h
17 #define included_ip_container_proxy_h
18 
19 #include <vnet/fib/fib_types.h>
20 
21 typedef struct _vnet_ip_container_proxy_args
22 {
25  u8 is_add;
27 
29  * args);
30 
31 typedef int (*ip_container_proxy_cb_t) (const fib_prefix_t * pfx,
32  u32 sw_if_index, void *ctx);
34 
35 #endif
36 
37 /*
38  * fd.io coding-style-patch-verification: ON
39  *
40  * Local Variables:
41  * eval: (c-set-style "gnu")
42  * End:
43  */
ip_container_proxy_cb_t
int(* ip_container_proxy_cb_t)(const fib_prefix_t *pfx, u32 sw_if_index, void *ctx)
Definition: ip_container_proxy.h:31
fib_types.h
vnet_ip_container_proxy_add_del
clib_error_t * vnet_ip_container_proxy_add_del(vnet_ip_container_proxy_args_t *args)
Definition: ip_container_proxy.c:47
u32
unsigned int u32
Definition: types.h:88
ctx
long ctx[MAX_CONNS]
Definition: main.c:144
u8
unsigned char u8
Definition: types.h:56
clib_error_t
Definition: clib_error.h:21
sw_if_index
vl_api_interface_index_t sw_if_index
Definition: wireguard.api:34
fib_prefix_t_
Aggregate type for a prefix.
Definition: fib_types.h:202
vnet_ip_container_proxy_args_t
struct _vnet_ip_container_proxy_args vnet_ip_container_proxy_args_t
prefix
vl_api_prefix_t prefix
Definition: ip.api:146
ip_container_proxy_walk
void ip_container_proxy_walk(ip_container_proxy_cb_t cb, void *ctx)
Definition: ip_container_proxy.c:133