FD.io VPP  v21.06-3-gbb25fbf28
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 vl_typedefs   /* define message structures */
 
#define vl_endianfun   /* define message structures */
 
#define vl_print(handle, ...)   vlib_cli_output (handle, __VA_ARGS__)
 
#define vl_printfun
 
#define foreach_ip_api_msg
 
#define vl_msg_name_crc_list
 

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 vl_api_ip_punt_redirect_t_handler (vl_api_ip_punt_redirect_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)
 
void vl_api_ip_table_add_del_t_handler (vl_api_ip_table_add_del_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 void vl_api_ip_punt_redirect_dump_t_handler (vl_api_ip_punt_redirect_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 void setup_message_id_table (api_main_t *am)
 
static clib_error_tip_api_hookup (vlib_main_t *vm)
 
 VLIB_API_INIT_FUNCTION (ip_api_hookup)
 

Macro Definition Documentation

◆ foreach_ip_api_msg

#define foreach_ip_api_msg
Value:
_ (SW_INTERFACE_IP6_ENABLE_DISABLE, sw_interface_ip6_enable_disable) \
_ (IP_TABLE_DUMP, ip_table_dump) \
_ (IP_ROUTE_DUMP, ip_route_dump) \
_ (IP_ROUTE_V2_DUMP, ip_route_v2_dump) \
_ (IP_MTABLE_DUMP, ip_mtable_dump) \
_ (IP_MROUTE_DUMP, ip_mroute_dump) \
_ (IP_MROUTE_ADD_DEL, ip_mroute_add_del) \
_ (MFIB_SIGNAL_DUMP, mfib_signal_dump) \
_ (IP_ADDRESS_DUMP, ip_address_dump) \
_ (IP_UNNUMBERED_DUMP, ip_unnumbered_dump) \
_ (IP_DUMP, ip_dump) \
_ (IP_TABLE_REPLACE_BEGIN, ip_table_replace_begin) \
_ (IP_TABLE_REPLACE_END, ip_table_replace_end) \
_ (IP_TABLE_FLUSH, ip_table_flush) \
_ (IP_ROUTE_ADD_DEL, ip_route_add_del) \
_ (IP_ROUTE_ADD_DEL_V2, ip_route_add_del_v2) \
_ (IP_ROUTE_LOOKUP, ip_route_lookup) \
_ (IP_ROUTE_LOOKUP_V2, ip_route_lookup_v2) \
_ (IP_TABLE_ADD_DEL, ip_table_add_del) \
_ (IP_PUNT_POLICE, ip_punt_police) \
_ (IP_PUNT_REDIRECT, ip_punt_redirect) \
_ (SET_IP_FLOW_HASH, set_ip_flow_hash) \
_ (SET_IP_FLOW_HASH_V2, set_ip_flow_hash_v2) \
_ (SET_IP_FLOW_HASH_ROUTER_ID, set_ip_flow_hash_router_id) \
_ (IP_CONTAINER_PROXY_ADD_DEL, ip_container_proxy_add_del) \
_ (IP_CONTAINER_PROXY_DUMP, ip_container_proxy_dump) \
_ (IOAM_ENABLE, ioam_enable) \
_ (IOAM_DISABLE, ioam_disable) \
_ (IP_SOURCE_AND_PORT_RANGE_CHECK_ADD_DEL, \
ip_source_and_port_range_check_add_del) \
_ (IP_SOURCE_AND_PORT_RANGE_CHECK_INTERFACE_ADD_DEL, \
ip_source_and_port_range_check_interface_add_del) \
_ (SW_INTERFACE_IP6_SET_LINK_LOCAL_ADDRESS, \
sw_interface_ip6_set_link_local_address) \
_ (SW_INTERFACE_IP6_GET_LINK_LOCAL_ADDRESS, \
sw_interface_ip6_get_link_local_address) \
_ (IP_REASSEMBLY_SET, ip_reassembly_set) \
_ (IP_REASSEMBLY_GET, ip_reassembly_get) \
_ (IP_REASSEMBLY_ENABLE_DISABLE, ip_reassembly_enable_disable) \
_ (IP_PUNT_REDIRECT_DUMP, ip_punt_redirect_dump) \
_ (IP_PATH_MTU_UPDATE, ip_path_mtu_update) \
_ (IP_PATH_MTU_REPLACE_BEGIN, ip_path_mtu_replace_begin) \
_ (IP_PATH_MTU_REPLACE_END, ip_path_mtu_replace_end) \
_ (IP_PATH_MTU_GET, ip_path_mtu_get)

Definition at line 71 of file ip_api.c.

◆ vl_endianfun

#define vl_endianfun   /* define message structures */

Definition at line 57 of file ip_api.c.

◆ vl_msg_name_crc_list

#define vl_msg_name_crc_list

Definition at line 1978 of file ip_api.c.

◆ vl_print

#define vl_print (   handle,
  ... 
)    vlib_cli_output (handle, __VA_ARGS__)

Definition at line 62 of file ip_api.c.

◆ vl_printfun

#define vl_printfun

Definition at line 63 of file ip_api.c.

◆ vl_typedefs

#define vl_typedefs   /* define message structures */

Definition at line 53 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 963 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 548 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 1991 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 1359 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 635 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 683 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 884 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 574 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 406 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 929 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 1044 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 1026 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 416 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 360 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 1950 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 1843 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 199 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 242 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 136 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 1121 of file ip_api.c.

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

◆ setup_message_id_table()

static void setup_message_id_table ( api_main_t am)
static

Definition at line 1983 of file ip_api.c.

+ Here is the caller 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 1420 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 1400 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 1063 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 1330 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 1382 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 1189 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 189 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 1009 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 455 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 379 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 1968 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 1927 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 1939 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 1912 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 490 of file ip_api.c.

+ Here is the call 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 1876 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 505 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 1811 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 1751 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 1696 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 735 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 752 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 288 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 769 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 825 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 321 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 1438 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 1514 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 614 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 158 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 1655 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 1610 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 1632 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 1139 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 1316 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 1266 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 1230 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 1250 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 119 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 1586 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 1569 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 1278 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  )
ip_path_mtu_replace_end
int ip_path_mtu_replace_end(void)
Definition: ip_path_mtu.c:728
ip_path_mtu_replace_begin
int ip_path_mtu_replace_begin(void)
Definition: ip_path_mtu.c:718
ip_path_mtu_get
static_always_inline ip_pmtu_t * ip_path_mtu_get(index_t index)
Definition: ip_path_mtu.h:115
ip_path_mtu_update
int ip_path_mtu_update(const ip_address_t *nh, u32 table_id, u16 pmtu)
Definition: ip_path_mtu.c:647
ip_punt_redirect
static uword ip_punt_redirect(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame, u8 arc_index, fib_protocol_t fproto)
Definition: ip_punt_drop.h:295