FD.io VPP  v21.10.1-2-g0a485f517
Vector Packet Processing
ip_api.c File Reference
+ Include dependency graph for ip_api.c:

Go to the source code of this file.

Data Structures

struct  vl_api_ip_fib_dump_walk_ctx_t_
 
struct  apt_ip6_fib_show_ctx_t_
 
struct  vl_api_ip_mfib_dump_ctx_t_
 
struct  ip_walk_ctx_t_
 

Macros

#define REPLY_MSG_ID_BASE   ip4_main.msg_id_base
 

Typedefs

typedef struct vl_api_ip_fib_dump_walk_ctx_t_ vl_api_ip_fib_dump_walk_ctx_t
 
typedef struct apt_ip6_fib_show_ctx_t_ api_ip6_fib_show_ctx_t
 
typedef struct vl_api_ip_mfib_dump_ctx_t_ vl_api_ip_mfib_dump_ctx_t
 
typedef struct ip_walk_ctx_t_ ip_walk_ctx_t
 

Functions

static void vl_api_sw_interface_ip6_enable_disable_t_handler (vl_api_sw_interface_ip6_enable_disable_t *mp)
 
static void send_ip_table_details (vpe_api_main_t *am, vl_api_registration_t *reg, u32 context, const fib_table_t *table)
 
static void vl_api_ip_table_dump_t_handler (vl_api_ip_table_dump_t *mp)
 
static fib_table_walk_rc_t vl_api_ip_fib_dump_walk (fib_node_index_t fei, void *arg)
 
static void send_ip_route_details (vpe_api_main_t *am, vl_api_registration_t *reg, u32 context, fib_node_index_t fib_entry_index)
 
static void send_ip_route_v2_details (vpe_api_main_t *am, vl_api_registration_t *reg, u32 context, fib_node_index_t fib_entry_index)
 
static void vl_api_ip_route_dump_t_handler (vl_api_ip_route_dump_t *mp)
 
static void vl_api_ip_route_v2_dump_t_handler (vl_api_ip_route_v2_dump_t *mp)
 
static void send_ip_mtable_details (vl_api_registration_t *reg, u32 context, const mfib_table_t *mfib_table)
 
static void vl_api_ip_mtable_dump_t_handler (vl_api_ip_mtable_dump_t *mp)
 
static walk_rc_t mfib_route_dump_walk (fib_node_index_t fei, void *arg)
 
static void send_ip_mroute_details (vpe_api_main_t *am, vl_api_registration_t *reg, u32 context, fib_node_index_t mfib_entry_index)
 
static void vl_api_ip_mroute_dump_t_handler (vl_api_ip_mroute_dump_t *mp)
 
static void vl_api_ip_punt_police_t_handler (vl_api_ip_punt_police_t *mp, vlib_main_t *vm)
 
static void ip_punt_redirect_t_handler_common (u8 is_add, u32 rx_sw_if_index, ip_address_family_t af, const fib_route_path_t *rpaths)
 
static void vl_api_ip_punt_redirect_t_handler (vl_api_ip_punt_redirect_t *mp, vlib_main_t *vm)
 
static void vl_api_add_del_ip_punt_redirect_v2_t_handler (vl_api_add_del_ip_punt_redirect_v2_t *mp, vlib_main_t *vm)
 
static clib_error_tcall_elf_section_ip_table_callbacks (vnet_main_t *vnm, u32 table_id, u32 flags, _vnet_ip_table_function_list_elt_t **elts)
 
void ip_table_delete (fib_protocol_t fproto, u32 table_id, u8 is_api)
 
u32 ip_table_get_unused_id (fib_protocol_t fproto)
 
void vl_api_ip_table_add_del_t_handler (vl_api_ip_table_add_del_t *mp)
 
void vl_api_ip_table_allocate_t_handler (vl_api_ip_table_allocate_t *mp)
 
static int ip_route_add_del_t_handler (vl_api_ip_route_add_del_t *mp, u32 *stats_index)
 
static int ip_route_add_del_v2_t_handler (vl_api_ip_route_add_del_v2_t *mp, u32 *stats_index)
 
void vl_api_ip_route_add_del_t_handler (vl_api_ip_route_add_del_t *mp)
 
void vl_api_ip_route_add_del_v2_t_handler (vl_api_ip_route_add_del_v2_t *mp)
 
void vl_api_ip_route_lookup_t_handler (vl_api_ip_route_lookup_t *mp)
 
void vl_api_ip_route_lookup_v2_t_handler (vl_api_ip_route_lookup_v2_t *mp)
 
void ip_table_create (fib_protocol_t fproto, u32 table_id, u8 is_api, const u8 *name)
 
static u32 mroute_add_del_handler (u8 is_add, u8 is_multipath, u32 fib_index, const mfib_prefix_t *prefix, u32 entry_flags, u32 rpf_id, fib_route_path_t *rpaths)
 
static int api_mroute_add_del_t_handler (vl_api_ip_mroute_add_del_t *mp, u32 *stats_index)
 
void vl_api_ip_mroute_add_del_t_handler (vl_api_ip_mroute_add_del_t *mp)
 
static void send_ip_details (vpe_api_main_t *am, vl_api_registration_t *reg, u32 sw_if_index, u8 is_ipv6, u32 context)
 
static void send_ip_address_details (vpe_api_main_t *am, vl_api_registration_t *reg, const fib_prefix_t *pfx, u32 sw_if_index, u32 context)
 
static void vl_api_ip_address_dump_t_handler (vl_api_ip_address_dump_t *mp)
 
static void send_ip_unnumbered_details (vpe_api_main_t *am, vl_api_registration_t *reg, u32 sw_if_index, u32 ip_sw_if_index, u32 context)
 
static void vl_api_ip_unnumbered_dump_t_handler (vl_api_ip_unnumbered_dump_t *mp)
 
static void vl_api_ip_dump_t_handler (vl_api_ip_dump_t *mp)
 
static void vl_api_set_ip_flow_hash_t_handler (vl_api_set_ip_flow_hash_t *mp)
 
static void vl_api_set_ip_flow_hash_v2_t_handler (vl_api_set_ip_flow_hash_v2_t *mp)
 
static void vl_api_set_ip_flow_hash_router_id_t_handler (vl_api_set_ip_flow_hash_router_id_t *mp)
 
void vl_mfib_signal_send_one (vl_api_registration_t *reg, u32 context, const mfib_signal_t *mfs)
 
static void vl_api_mfib_signal_dump_t_handler (vl_api_mfib_signal_dump_t *mp)
 
static void vl_api_ip_container_proxy_add_del_t_handler (vl_api_ip_container_proxy_add_del_t *mp)
 
static int ip_container_proxy_send_details (const fib_prefix_t *pfx, u32 sw_if_index, void *args)
 
static void vl_api_ip_container_proxy_dump_t_handler (vl_api_ip_container_proxy_dump_t *mp)
 
static void vl_api_ioam_enable_t_handler (vl_api_ioam_enable_t *mp)
 
static void vl_api_ioam_disable_t_handler (vl_api_ioam_disable_t *mp)
 
static void vl_api_ip_source_and_port_range_check_add_del_t_handler (vl_api_ip_source_and_port_range_check_add_del_t *mp)
 
static void vl_api_ip_source_and_port_range_check_interface_add_del_t_handler (vl_api_ip_source_and_port_range_check_interface_add_del_t *mp)
 
static void vl_api_sw_interface_ip6_set_link_local_address_t_handler (vl_api_sw_interface_ip6_set_link_local_address_t *mp)
 
static void vl_api_sw_interface_ip6_get_link_local_address_t_handler (vl_api_sw_interface_ip6_get_link_local_address_t *mp)
 
static void vl_api_ip_table_replace_begin_t_handler (vl_api_ip_table_replace_begin_t *mp)
 
static void vl_api_ip_table_replace_end_t_handler (vl_api_ip_table_replace_end_t *mp)
 
static void vl_api_ip_table_flush_t_handler (vl_api_ip_table_flush_t *mp)
 
void vl_api_ip_reassembly_set_t_handler (vl_api_ip_reassembly_set_t *mp)
 
void vl_api_ip_reassembly_get_t_handler (vl_api_ip_reassembly_get_t *mp)
 
void vl_api_ip_reassembly_enable_disable_t_handler (vl_api_ip_reassembly_enable_disable_t *mp)
 
static walk_rc_t send_ip_punt_redirect_details (u32 rx_sw_if_index, const ip_punt_redirect_rx_t *ipr, void *arg)
 
static walk_rc_t send_ip_punt_redirect_v2_details (u32 rx_sw_if_index, const ip_punt_redirect_rx_t *ipr, void *arg)
 
static void vl_api_ip_punt_redirect_dump_common (ip_walk_ctx_t *ctx, fib_protocol_t fproto, u32 rx_sw_if_index, ip_punt_redirect_walk_cb_t cb)
 
static void vl_api_ip_punt_redirect_dump_t_handler (vl_api_ip_punt_redirect_dump_t *mp)
 
static void vl_api_ip_punt_redirect_v2_dump_t_handler (vl_api_ip_punt_redirect_v2_dump_t *mp)
 
void vl_api_ip_path_mtu_update_t_handler (vl_api_ip_path_mtu_update_t *mp)
 
void vl_api_ip_path_mtu_replace_begin_t_handler (vl_api_ip_path_mtu_replace_begin_t *mp)
 
void vl_api_ip_path_mtu_replace_end_t_handler (vl_api_ip_path_mtu_replace_end_t *mp)
 
static void send_ip_path_mtu_details (index_t ipti, vl_api_registration_t *rp, u32 context)
 
static void vl_api_ip_path_mtu_get_t_handler (vl_api_ip_path_mtu_get_t *mp)
 
static clib_error_tip_api_hookup (vlib_main_t *vm)
 
 VLIB_API_INIT_FUNCTION (ip_api_hookup)
 

Macro Definition Documentation

◆ REPLY_MSG_ID_BASE

#define REPLY_MSG_ID_BASE   ip4_main.msg_id_base

Definition at line 55 of file ip_api.c.

Typedef Documentation

◆ api_ip6_fib_show_ctx_t

◆ ip_walk_ctx_t

typedef struct ip_walk_ctx_t_ ip_walk_ctx_t

◆ vl_api_ip_fib_dump_walk_ctx_t

◆ vl_api_ip_mfib_dump_ctx_t

Function Documentation

◆ api_mroute_add_del_t_handler()

static int api_mroute_add_del_t_handler ( vl_api_ip_mroute_add_del_t mp,
u32 stats_index 
)
static

Definition at line 1003 of file ip_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ call_elf_section_ip_table_callbacks()

static clib_error_t* call_elf_section_ip_table_callbacks ( vnet_main_t vnm,
u32  table_id,
u32  flags,
_vnet_ip_table_function_list_elt_t **  elts 
)
static

Definition at line 539 of file ip_api.c.

+ Here is the caller graph for this function:

◆ ip_api_hookup()

static clib_error_t* ip_api_hookup ( vlib_main_t vm)
static

Definition at line 2096 of file ip_api.c.

+ Here is the call graph for this function:

◆ ip_container_proxy_send_details()

static int ip_container_proxy_send_details ( const fib_prefix_t pfx,
u32  sw_if_index,
void *  args 
)
static

Definition at line 1399 of file ip_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ip_punt_redirect_t_handler_common()

static void ip_punt_redirect_t_handler_common ( u8  is_add,
u32  rx_sw_if_index,
ip_address_family_t  af,
const fib_route_path_t rpaths 
)
static

Definition at line 446 of file ip_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ip_route_add_del_t_handler()

static int ip_route_add_del_t_handler ( vl_api_ip_route_add_del_t mp,
u32 stats_index 
)
static

Definition at line 675 of file ip_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ip_route_add_del_v2_t_handler()

static int ip_route_add_del_v2_t_handler ( vl_api_ip_route_add_del_v2_t mp,
u32 stats_index 
)
static

Definition at line 723 of file ip_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ip_table_create()

void ip_table_create ( fib_protocol_t  fproto,
u32  table_id,
u8  is_api,
const u8 name 
)

Definition at line 924 of file ip_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ip_table_delete()

void ip_table_delete ( fib_protocol_t  fproto,
u32  table_id,
u8  is_api 
)

Definition at line 565 of file ip_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ip_table_get_unused_id()

u32 ip_table_get_unused_id ( fib_protocol_t  fproto)

Definition at line 608 of file ip_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ mfib_route_dump_walk()

static walk_rc_t mfib_route_dump_walk ( fib_node_index_t  fei,
void *  arg 
)
static

Definition at line 347 of file ip_api.c.

+ Here is the caller graph for this function:

◆ mroute_add_del_handler()

static u32 mroute_add_del_handler ( u8  is_add,
u8  is_multipath,
u32  fib_index,
const mfib_prefix_t prefix,
u32  entry_flags,
u32  rpf_id,
fib_route_path_t rpaths 
)
static

Definition at line 969 of file ip_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ send_ip_address_details()

static void send_ip_address_details ( vpe_api_main_t am,
vl_api_registration_t reg,
const fib_prefix_t pfx,
u32  sw_if_index,
u32  context 
)
static

Definition at line 1084 of file ip_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ send_ip_details()

static void send_ip_details ( vpe_api_main_t am,
vl_api_registration_t reg,
u32  sw_if_index,
u8  is_ipv6,
u32  context 
)
static

Definition at line 1066 of file ip_api.c.

+ Here is the call graph for this function:

◆ send_ip_mroute_details()

static void send_ip_mroute_details ( vpe_api_main_t am,
vl_api_registration_t reg,
u32  context,
fib_node_index_t  mfib_entry_index 
)
static

Definition at line 357 of file ip_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ send_ip_mtable_details()

static void send_ip_mtable_details ( vl_api_registration_t reg,
u32  context,
const mfib_table_t mfib_table 
)
static

Definition at line 301 of file ip_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ send_ip_path_mtu_details()

static void send_ip_path_mtu_details ( index_t  ipti,
vl_api_registration_t rp,
u32  context 
)
static

Definition at line 2065 of file ip_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ send_ip_punt_redirect_details()

static walk_rc_t send_ip_punt_redirect_details ( u32  rx_sw_if_index,
const ip_punt_redirect_rx_t ipr,
void *  arg 
)
static

Definition at line 1884 of file ip_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ send_ip_punt_redirect_v2_details()

static walk_rc_t send_ip_punt_redirect_v2_details ( u32  rx_sw_if_index,
const ip_punt_redirect_rx_t ipr,
void *  arg 
)
static

Definition at line 1917 of file ip_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ send_ip_route_details()

static void send_ip_route_details ( vpe_api_main_t am,
vl_api_registration_t reg,
u32  context,
fib_node_index_t  fib_entry_index 
)
static

Definition at line 140 of file ip_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ send_ip_route_v2_details()

static void send_ip_route_v2_details ( vpe_api_main_t am,
vl_api_registration_t reg,
u32  context,
fib_node_index_t  fib_entry_index 
)
static

Definition at line 183 of file ip_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ send_ip_table_details()

static void send_ip_table_details ( vpe_api_main_t am,
vl_api_registration_t reg,
u32  context,
const fib_table_t table 
)
static

Definition at line 77 of file ip_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ send_ip_unnumbered_details()

static void send_ip_unnumbered_details ( vpe_api_main_t am,
vl_api_registration_t reg,
u32  sw_if_index,
u32  ip_sw_if_index,
u32  context 
)
static

Definition at line 1161 of file ip_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ vl_api_add_del_ip_punt_redirect_v2_t_handler()

static void vl_api_add_del_ip_punt_redirect_v2_t_handler ( vl_api_add_del_ip_punt_redirect_v2_t mp,
vlib_main_t vm 
)
static

Definition at line 499 of file ip_api.c.

+ Here is the call graph for this function:

◆ vl_api_ioam_disable_t_handler()

static void vl_api_ioam_disable_t_handler ( vl_api_ioam_disable_t mp)
static

Definition at line 1461 of file ip_api.c.

+ Here is the call graph for this function:

◆ vl_api_ioam_enable_t_handler()

static void vl_api_ioam_enable_t_handler ( vl_api_ioam_enable_t mp)
static

Definition at line 1441 of file ip_api.c.

+ Here is the call graph for this function:

◆ vl_api_ip_address_dump_t_handler()

static void vl_api_ip_address_dump_t_handler ( vl_api_ip_address_dump_t mp)
static

Definition at line 1103 of file ip_api.c.

+ Here is the call graph for this function:

◆ vl_api_ip_container_proxy_add_del_t_handler()

static void vl_api_ip_container_proxy_add_del_t_handler ( vl_api_ip_container_proxy_add_del_t mp)
static

Definition at line 1370 of file ip_api.c.

+ Here is the call graph for this function:

◆ vl_api_ip_container_proxy_dump_t_handler()

static void vl_api_ip_container_proxy_dump_t_handler ( vl_api_ip_container_proxy_dump_t mp)
static

Definition at line 1423 of file ip_api.c.

+ Here is the call graph for this function:

◆ vl_api_ip_dump_t_handler()

static void vl_api_ip_dump_t_handler ( vl_api_ip_dump_t mp)
static

Definition at line 1229 of file ip_api.c.

+ Here is the call graph for this function:

◆ vl_api_ip_fib_dump_walk()

static fib_table_walk_rc_t vl_api_ip_fib_dump_walk ( fib_node_index_t  fei,
void *  arg 
)
static

Definition at line 130 of file ip_api.c.

+ Here is the caller graph for this function:

◆ vl_api_ip_mroute_add_del_t_handler()

void vl_api_ip_mroute_add_del_t_handler ( vl_api_ip_mroute_add_del_t mp)

Definition at line 1049 of file ip_api.c.

+ Here is the call graph for this function:

◆ vl_api_ip_mroute_dump_t_handler()

static void vl_api_ip_mroute_dump_t_handler ( vl_api_ip_mroute_dump_t mp)
static

Definition at line 396 of file ip_api.c.

+ Here is the call graph for this function:

◆ vl_api_ip_mtable_dump_t_handler()

static void vl_api_ip_mtable_dump_t_handler ( vl_api_ip_mtable_dump_t mp)
static

Definition at line 320 of file ip_api.c.

+ Here is the call graph for this function:

◆ vl_api_ip_path_mtu_get_t_handler()

static void vl_api_ip_path_mtu_get_t_handler ( vl_api_ip_path_mtu_get_t mp)
static

Definition at line 2083 of file ip_api.c.

+ Here is the call graph for this function:

◆ vl_api_ip_path_mtu_replace_begin_t_handler()

void vl_api_ip_path_mtu_replace_begin_t_handler ( vl_api_ip_path_mtu_replace_begin_t mp)

Definition at line 2042 of file ip_api.c.

+ Here is the call graph for this function:

◆ vl_api_ip_path_mtu_replace_end_t_handler()

void vl_api_ip_path_mtu_replace_end_t_handler ( vl_api_ip_path_mtu_replace_end_t mp)

Definition at line 2054 of file ip_api.c.

+ Here is the call graph for this function:

◆ vl_api_ip_path_mtu_update_t_handler()

void vl_api_ip_path_mtu_update_t_handler ( vl_api_ip_path_mtu_update_t mp)

Definition at line 2027 of file ip_api.c.

+ Here is the call graph for this function:

◆ vl_api_ip_punt_police_t_handler()

static void vl_api_ip_punt_police_t_handler ( vl_api_ip_punt_police_t mp,
vlib_main_t vm 
)
static

Definition at line 431 of file ip_api.c.

+ Here is the call graph for this function:

◆ vl_api_ip_punt_redirect_dump_common()

static void vl_api_ip_punt_redirect_dump_common ( ip_walk_ctx_t ctx,
fib_protocol_t  fproto,
u32  rx_sw_if_index,
ip_punt_redirect_walk_cb_t  cb 
)
static

Definition at line 1958 of file ip_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ vl_api_ip_punt_redirect_dump_t_handler()

static void vl_api_ip_punt_redirect_dump_t_handler ( vl_api_ip_punt_redirect_dump_t mp)
static

Definition at line 1978 of file ip_api.c.

+ Here is the call graph for this function:

◆ vl_api_ip_punt_redirect_t_handler()

static void vl_api_ip_punt_redirect_t_handler ( vl_api_ip_punt_redirect_t mp,
vlib_main_t vm 
)
static

Definition at line 467 of file ip_api.c.

+ Here is the call graph for this function:

◆ vl_api_ip_punt_redirect_v2_dump_t_handler()

static void vl_api_ip_punt_redirect_v2_dump_t_handler ( vl_api_ip_punt_redirect_v2_dump_t mp)
static

Definition at line 1999 of file ip_api.c.

+ Here is the call graph for this function:

◆ vl_api_ip_reassembly_enable_disable_t_handler()

void vl_api_ip_reassembly_enable_disable_t_handler ( vl_api_ip_reassembly_enable_disable_t mp)

Definition at line 1852 of file ip_api.c.

+ Here is the call graph for this function:

◆ vl_api_ip_reassembly_get_t_handler()

void vl_api_ip_reassembly_get_t_handler ( vl_api_ip_reassembly_get_t mp)

Definition at line 1792 of file ip_api.c.

+ Here is the call graph for this function:

◆ vl_api_ip_reassembly_set_t_handler()

void vl_api_ip_reassembly_set_t_handler ( vl_api_ip_reassembly_set_t mp)

Definition at line 1737 of file ip_api.c.

+ Here is the call graph for this function:

◆ vl_api_ip_route_add_del_t_handler()

void vl_api_ip_route_add_del_t_handler ( vl_api_ip_route_add_del_t mp)

Definition at line 775 of file ip_api.c.

+ Here is the call graph for this function:

◆ vl_api_ip_route_add_del_v2_t_handler()

void vl_api_ip_route_add_del_v2_t_handler ( vl_api_ip_route_add_del_v2_t mp)

Definition at line 792 of file ip_api.c.

+ Here is the call graph for this function:

◆ vl_api_ip_route_dump_t_handler()

static void vl_api_ip_route_dump_t_handler ( vl_api_ip_route_dump_t mp)
static

Definition at line 229 of file ip_api.c.

+ Here is the call graph for this function:

◆ vl_api_ip_route_lookup_t_handler()

void vl_api_ip_route_lookup_t_handler ( vl_api_ip_route_lookup_t mp)

Definition at line 809 of file ip_api.c.

+ Here is the call graph for this function:

◆ vl_api_ip_route_lookup_v2_t_handler()

void vl_api_ip_route_lookup_v2_t_handler ( vl_api_ip_route_lookup_v2_t mp)

Definition at line 865 of file ip_api.c.

+ Here is the call graph for this function:

◆ vl_api_ip_route_v2_dump_t_handler()

static void vl_api_ip_route_v2_dump_t_handler ( vl_api_ip_route_v2_dump_t mp)
static

Definition at line 262 of file ip_api.c.

+ Here is the call graph for this function:

◆ vl_api_ip_source_and_port_range_check_add_del_t_handler()

static void vl_api_ip_source_and_port_range_check_add_del_t_handler ( vl_api_ip_source_and_port_range_check_add_del_t mp)
static

Definition at line 1479 of file ip_api.c.

+ Here is the call graph for this function:

◆ vl_api_ip_source_and_port_range_check_interface_add_del_t_handler()

static void vl_api_ip_source_and_port_range_check_interface_add_del_t_handler ( vl_api_ip_source_and_port_range_check_interface_add_del_t mp)
static

Definition at line 1555 of file ip_api.c.

+ Here is the call graph for this function:

◆ vl_api_ip_table_add_del_t_handler()

void vl_api_ip_table_add_del_t_handler ( vl_api_ip_table_add_del_t mp)

Definition at line 631 of file ip_api.c.

+ Here is the call graph for this function:

◆ vl_api_ip_table_allocate_t_handler()

void vl_api_ip_table_allocate_t_handler ( vl_api_ip_table_allocate_t mp)

Definition at line 652 of file ip_api.c.

+ Here is the call graph for this function:

◆ vl_api_ip_table_dump_t_handler()

static void vl_api_ip_table_dump_t_handler ( vl_api_ip_table_dump_t mp)
static

Definition at line 99 of file ip_api.c.

+ Here is the call graph for this function:

◆ vl_api_ip_table_flush_t_handler()

static void vl_api_ip_table_flush_t_handler ( vl_api_ip_table_flush_t mp)
static

Definition at line 1696 of file ip_api.c.

+ Here is the call graph for this function:

◆ vl_api_ip_table_replace_begin_t_handler()

static void vl_api_ip_table_replace_begin_t_handler ( vl_api_ip_table_replace_begin_t mp)
static

Definition at line 1651 of file ip_api.c.

+ Here is the call graph for this function:

◆ vl_api_ip_table_replace_end_t_handler()

static void vl_api_ip_table_replace_end_t_handler ( vl_api_ip_table_replace_end_t mp)
static

Definition at line 1673 of file ip_api.c.

+ Here is the call graph for this function:

◆ vl_api_ip_unnumbered_dump_t_handler()

static void vl_api_ip_unnumbered_dump_t_handler ( vl_api_ip_unnumbered_dump_t mp)
static

Definition at line 1179 of file ip_api.c.

+ Here is the call graph for this function:

◆ vl_api_mfib_signal_dump_t_handler()

static void vl_api_mfib_signal_dump_t_handler ( vl_api_mfib_signal_dump_t mp)
static

Definition at line 1356 of file ip_api.c.

+ Here is the call graph for this function:

◆ vl_api_set_ip_flow_hash_router_id_t_handler()

static void vl_api_set_ip_flow_hash_router_id_t_handler ( vl_api_set_ip_flow_hash_router_id_t mp)
static

Definition at line 1306 of file ip_api.c.

+ Here is the call graph for this function:

◆ vl_api_set_ip_flow_hash_t_handler()

static void vl_api_set_ip_flow_hash_t_handler ( vl_api_set_ip_flow_hash_t mp)
static

Definition at line 1270 of file ip_api.c.

+ Here is the call graph for this function:

◆ vl_api_set_ip_flow_hash_v2_t_handler()

static void vl_api_set_ip_flow_hash_v2_t_handler ( vl_api_set_ip_flow_hash_v2_t mp)
static

Definition at line 1290 of file ip_api.c.

+ Here is the call graph for this function:

◆ vl_api_sw_interface_ip6_enable_disable_t_handler()

static void vl_api_sw_interface_ip6_enable_disable_t_handler ( vl_api_sw_interface_ip6_enable_disable_t mp)
static

Definition at line 60 of file ip_api.c.

+ Here is the call graph for this function:

◆ vl_api_sw_interface_ip6_get_link_local_address_t_handler()

static void vl_api_sw_interface_ip6_get_link_local_address_t_handler ( vl_api_sw_interface_ip6_get_link_local_address_t mp)
static

Definition at line 1627 of file ip_api.c.

+ Here is the call graph for this function:

◆ vl_api_sw_interface_ip6_set_link_local_address_t_handler()

static void vl_api_sw_interface_ip6_set_link_local_address_t_handler ( vl_api_sw_interface_ip6_set_link_local_address_t mp)
static

Definition at line 1610 of file ip_api.c.

+ Here is the call graph for this function:

◆ vl_mfib_signal_send_one()

void vl_mfib_signal_send_one ( vl_api_registration_t reg,
u32  context,
const mfib_signal_t mfs 
)

Definition at line 1318 of file ip_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ VLIB_API_INIT_FUNCTION()

VLIB_API_INIT_FUNCTION ( ip_api_hookup  )