FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Go to the source code of this file.
Typedefs | |
typedef struct _vnet_ip_container_proxy_args | vnet_ip_container_proxy_args_t |
typedef int(* | ip_container_proxy_cb_t) (const fib_prefix_t *pfx, u32 sw_if_index, void *ctx) |
Functions | |
clib_error_t * | vnet_ip_container_proxy_add_del (vnet_ip_container_proxy_args_t *args) |
void | ip_container_proxy_walk (ip_container_proxy_cb_t cb, void *ctx) |
typedef int(* ip_container_proxy_cb_t) (const fib_prefix_t *pfx, u32 sw_if_index, void *ctx) |
Definition at line 31 of file ip_container_proxy.h.
typedef struct _vnet_ip_container_proxy_args vnet_ip_container_proxy_args_t |
void ip_container_proxy_walk | ( | ip_container_proxy_cb_t | cb, |
void * | ctx | ||
) |
Definition at line 133 of file ip_container_proxy.c.
clib_error_t* vnet_ip_container_proxy_add_del | ( | vnet_ip_container_proxy_args_t * | args | ) |
Definition at line 47 of file ip_container_proxy.c.