FD.io VPP  v19.08-27-gf4dcae4
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  api_ip6nd_proxy_fib_table_walk_ctx_t_
 
struct  ip_container_proxy_walk_ctx_t_
 
union  ip4_source_check_config_t
 
struct  proxy_arp_walk_ctx_t_
 
struct  ip_punt_redirect_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 IP4_ARP_EVENT   3
 
#define IP6_ND_EVENT   4
 
#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 api_ip6nd_proxy_fib_table_walk_ctx_t_ api_ip6nd_proxy_fib_table_walk_ctx_t
 
typedef struct ip_container_proxy_walk_ctx_t_ ip_container_proxy_walk_ctx_t
 
typedef struct proxy_arp_walk_ctx_t_ proxy_arp_walk_ctx_t
 
typedef struct ip_punt_redirect_walk_ctx_t_ ip_punt_redirect_walk_ctx_t
 

Enumerations

enum  { WC_ARP_REPORT, WC_ND_REPORT, RA_REPORT, REPORT_MAX }
 

Functions

static vl_api_ip_neighbor_flags_t ip_neighbor_flags_encode (ip_neighbor_flags_t f)
 
static void send_ip_neighbor_details (u32 sw_if_index, const ip46_address_t *ip_address, const mac_address_t *mac, ip_neighbor_flags_t flags, vl_api_registration_t *reg, u32 context)
 
static void vl_api_ip_neighbor_dump_t_handler (vl_api_ip_neighbor_dump_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 vl_api_ip_route_dump_t_handler (vl_api_ip_route_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 int 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 ip_neighbor_flags_t ip_neighbor_flags_decode (vl_api_ip_neighbor_flags_t v)
 
static void vl_api_ip_neighbor_add_del_t_handler (vl_api_ip_neighbor_add_del_t *mp, vlib_main_t *vm)
 
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)
 
void vl_api_ip_route_add_del_t_handler (vl_api_ip_route_add_del_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 set_ip6_flow_hash (vl_api_set_ip_flow_hash_t *mp)
 
static void set_ip4_flow_hash (vl_api_set_ip_flow_hash_t *mp)
 
static void vl_api_set_ip_flow_hash_t_handler (vl_api_set_ip_flow_hash_t *mp)
 
static void vl_api_sw_interface_ip6nd_ra_config_t_handler (vl_api_sw_interface_ip6nd_ra_config_t *mp)
 
static void vl_api_sw_interface_ip6nd_ra_prefix_t_handler (vl_api_sw_interface_ip6nd_ra_prefix_t *mp)
 
static void send_ip6nd_proxy_details (vl_api_registration_t *reg, u32 context, const ip46_address_t *addr, u32 sw_if_index)
 
static fib_table_walk_rc_t api_ip6nd_proxy_fib_table_walk (fib_node_index_t fei, void *arg)
 
static void vl_api_ip6nd_proxy_dump_t_handler (vl_api_ip6nd_proxy_dump_t *mp)
 
static void vl_api_ip6nd_proxy_add_del_t_handler (vl_api_ip6nd_proxy_add_del_t *mp)
 
static void vl_api_ip6nd_send_router_solicitation_t_handler (vl_api_ip6nd_send_router_solicitation_t *mp)
 
static void vl_api_sw_interface_ip6_enable_disable_t_handler (vl_api_sw_interface_ip6_enable_disable_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_ip_source_check_interface_add_del_t_handler (vl_api_ip_source_check_interface_add_del_t *mp)
 
static int arp_change_delete_callback (u32 pool_index, const mac_address_t *mac, u32 sw_if_index, const ip4_address_t *address)
 
static void handle_ip4_arp_event (u32 pool_index)
 
static int nd_change_delete_callback (u32 pool_index, const mac_address_t *mac, u32 sw_if_index, const ip6_address_t *addr)
 
static void handle_ip6_nd_event (u32 pool_index)
 
static uword resolver_process (vlib_main_t *vm, vlib_node_runtime_t *rt, vlib_frame_t *f)
 
static int nd_change_data_callback (u32 pool_index, const mac_address_t *new_mac, u32 sw_if_index, const ip6_address_t *address)
 
static uword wc_arp_process (vlib_main_t *vm, vlib_node_runtime_t *rt, vlib_frame_t *f)
 
static int arp_change_data_callback (u32 pool_index, const mac_address_t *mac, u32 sw_if_index, const ip4_address_t *address)
 
static void vl_api_want_ip4_arp_events_t_handler (vl_api_want_ip4_arp_events_t *mp)
 
static clib_error_twant_ip4_arp_events_reaper (u32 client_index)
 
 VL_MSG_API_REAPER_FUNCTION (want_ip4_arp_events_reaper)
 
static void vl_api_want_ip6_nd_events_t_handler (vl_api_want_ip6_nd_events_t *mp)
 
static clib_error_twant_ip6_nd_events_reaper (u32 client_index)
 
 VL_MSG_API_REAPER_FUNCTION (want_ip6_nd_events_reaper)
 
static void vl_api_want_ip6_ra_events_t_handler (vl_api_want_ip6_ra_events_t *mp)
 
static clib_error_twant_ip6_ra_events_reaper (u32 client_index)
 
 VL_MSG_API_REAPER_FUNCTION (want_ip6_ra_events_reaper)
 
static void vl_api_proxy_arp_add_del_t_handler (vl_api_proxy_arp_add_del_t *mp)
 
static walk_rc_t send_proxy_arp_details (const ip4_address_t *lo_addr, const ip4_address_t *hi_addr, u32 fib_index, void *data)
 
static void vl_api_proxy_arp_dump_t_handler (vl_api_proxy_arp_dump_t *mp)
 
static walk_rc_t send_proxy_arp_intfc_details (u32 sw_if_index, void *data)
 
static void vl_api_proxy_arp_intfc_dump_t_handler (vl_api_proxy_arp_intfc_dump_t *mp)
 
static void vl_api_proxy_arp_intfc_enable_disable_t_handler (vl_api_proxy_arp_intfc_enable_disable_t *mp)
 
static void vl_api_ip_probe_neighbor_t_handler (vl_api_ip_probe_neighbor_t *mp)
 
static void vl_api_ip_scan_neighbor_enable_disable_t_handler (vl_api_ip_scan_neighbor_enable_disable_t *mp)
 
static int ip4_reset_fib_t_handler (vl_api_reset_fib_t *mp)
 
static int ip6_reset_fib_t_handler (vl_api_reset_fib_t *mp)
 
static void vl_api_reset_fib_t_handler (vl_api_reset_fib_t *mp)
 
static void vl_api_set_arp_neighbor_limit_t_handler (vl_api_set_arp_neighbor_limit_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)
 
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)
 

Variables

static vlib_node_registration_t ip_resolver_process_node
 (constructor) VLIB_REGISTER_NODE (ip_resolver_process_node) More...
 
static vlib_node_registration_t wc_arp_process_node
 (constructor) VLIB_REGISTER_NODE (wc_arp_process_node) More...
 

Macro Definition Documentation

#define foreach_ip_api_msg
Value:
_(IP_TABLE_DUMP, ip_table_dump) \
_(IP_ROUTE_DUMP, ip_route_dump) \
_(IP_MTABLE_DUMP, ip_mtable_dump) \
_(IP_MROUTE_DUMP, ip_mroute_dump) \
_(IP_NEIGHBOR_DUMP, ip_neighbor_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_NEIGHBOR_ADD_DEL, ip_neighbor_add_del) \
_(SET_ARP_NEIGHBOR_LIMIT, set_arp_neighbor_limit) \
_(IP_PROBE_NEIGHBOR, ip_probe_neighbor) \
_(IP_SCAN_NEIGHBOR_ENABLE_DISABLE, ip_scan_neighbor_enable_disable) \
_(WANT_IP4_ARP_EVENTS, want_ip4_arp_events) \
_(WANT_IP6_ND_EVENTS, want_ip6_nd_events) \
_(WANT_IP6_RA_EVENTS, want_ip6_ra_events) \
_(PROXY_ARP_ADD_DEL, proxy_arp_add_del) \
_(PROXY_ARP_DUMP, proxy_arp_dump) \
_(PROXY_ARP_INTFC_ENABLE_DISABLE, proxy_arp_intfc_enable_disable) \
_(PROXY_ARP_INTFC_DUMP, proxy_arp_intfc_dump) \
_(RESET_FIB, reset_fib) \
_(IP_ROUTE_ADD_DEL, ip_route_add_del) \
_(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) \
_(SW_INTERFACE_IP6ND_RA_CONFIG, sw_interface_ip6nd_ra_config) \
_(SW_INTERFACE_IP6ND_RA_PREFIX, sw_interface_ip6nd_ra_prefix) \
_(IP6ND_PROXY_ADD_DEL, ip6nd_proxy_add_del) \
_(IP6ND_PROXY_DUMP, ip6nd_proxy_dump) \
_(IP6ND_SEND_ROUTER_SOLICITATION, ip6nd_send_router_solicitation) \
_(SW_INTERFACE_IP6_ENABLE_DISABLE, sw_interface_ip6_enable_disable ) \
_(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) \
_(IP_SOURCE_CHECK_INTERFACE_ADD_DEL, \
ip_source_check_interface_add_del) \
_(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)
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:277

Definition at line 70 of file ip_api.c.

#define IP4_ARP_EVENT   3

Definition at line 1642 of file ip_api.c.

#define IP6_ND_EVENT   4

Definition at line 1643 of file ip_api.c.

#define vl_endianfun   /* define message structures */

Definition at line 57 of file ip_api.c.

#define vl_msg_name_crc_list

Definition at line 2879 of file ip_api.c.

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

Definition at line 62 of file ip_api.c.

#define vl_printfun

Definition at line 63 of file ip_api.c.

#define vl_typedefs   /* define message structures */

Definition at line 53 of file ip_api.c.

Typedef Documentation

Enumeration Type Documentation

anonymous enum
Enumerator
WC_ARP_REPORT 
WC_ND_REPORT 
RA_REPORT 
REPORT_MAX 

Definition at line 1841 of file ip_api.c.

Function Documentation

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

Definition at line 1193 of file ip_api.c.

+ Here is the call graph for this function:

static int api_mroute_add_del_t_handler ( vl_api_ip_mroute_add_del_t mp,
u32 stats_index 
)
static

Definition at line 793 of file ip_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static int arp_change_data_callback ( u32  pool_index,
const mac_address_t mac,
u32  sw_if_index,
const ip4_address_t address 
)
static

Definition at line 2031 of file ip_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static int arp_change_delete_callback ( u32  pool_index,
const mac_address_t mac,
u32  sw_if_index,
const ip4_address_t address 
)
static

Definition at line 1648 of file ip_api.c.

+ Here is the caller graph for this function:

static void handle_ip4_arp_event ( u32  pool_index)
static

Definition at line 1662 of file ip_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void handle_ip6_nd_event ( u32  pool_index)
static

Definition at line 1725 of file ip_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static int ip4_reset_fib_t_handler ( vl_api_reset_fib_t mp)
static

Definition at line 2571 of file ip_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static int ip6_reset_fib_t_handler ( vl_api_reset_fib_t mp)
static

Definition at line 2635 of file ip_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static clib_error_t* ip_api_hookup ( vlib_main_t vm)
static

Definition at line 2892 of file ip_api.c.

+ Here is the call graph for this function:

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

Definition at line 1404 of file ip_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static ip_neighbor_flags_t ip_neighbor_flags_decode ( vl_api_ip_neighbor_flags_t  v)
static

Definition at line 542 of file ip_api.c.

+ Here is the caller graph for this function:

static vl_api_ip_neighbor_flags_t ip_neighbor_flags_encode ( ip_neighbor_flags_t  f)
static

Definition at line 121 of file ip_api.c.

+ Here is the caller graph for this function:

static int ip_route_add_del_t_handler ( vl_api_ip_route_add_del_t mp,
u32 stats_index 
)
static

Definition at line 653 of file ip_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 719 of file ip_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 597 of file ip_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 400 of file ip_api.c.

+ Here is the caller graph for this function:

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 759 of file ip_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static int nd_change_data_callback ( u32  pool_index,
const mac_address_t new_mac,
u32  sw_if_index,
const ip6_address_t address 
)
static

Definition at line 1818 of file ip_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static int nd_change_delete_callback ( u32  pool_index,
const mac_address_t mac,
u32  sw_if_index,
const ip6_address_t addr 
)
static

Definition at line 1711 of file ip_api.c.

+ Here is the caller graph for this function:

static uword resolver_process ( vlib_main_t vm,
vlib_node_runtime_t rt,
vlib_frame_t f 
)
static

Definition at line 1774 of file ip_api.c.

+ Here is the call graph for this function:

static void send_ip6nd_proxy_details ( vl_api_registration_t reg,
u32  context,
const ip46_address_t *  addr,
u32  sw_if_index 
)
static

Definition at line 1170 of file ip_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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 872 of file ip_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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 854 of file ip_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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 410 of file ip_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 354 of file ip_api.c.

+ Here is the call graph for this function:

static void send_ip_neighbor_details ( u32  sw_if_index,
const ip46_address_t *  ip_address,
const mac_address_t mac,
ip_neighbor_flags_t  flags,
vl_api_registration_t reg,
u32  context 
)
static

Definition at line 134 of file ip_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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 2812 of file ip_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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 274 of file ip_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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 211 of file ip_api.c.

+ Here is the call graph for this function:

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 949 of file ip_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static walk_rc_t send_proxy_arp_details ( const ip4_address_t lo_addr,
const ip4_address_t hi_addr,
u32  fib_index,
void *  data 
)
static

Definition at line 2425 of file ip_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static walk_rc_t send_proxy_arp_intfc_details ( u32  sw_if_index,
void *  data 
)
static

Definition at line 2466 of file ip_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void set_ip4_flow_hash ( vl_api_set_ip_flow_hash_t mp)
static

Definition at line 1075 of file ip_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void set_ip6_flow_hash ( vl_api_set_ip_flow_hash_t mp)
static

Definition at line 1056 of file ip_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void setup_message_id_table ( api_main_t am)
static

Definition at line 2884 of file ip_api.c.

+ Here is the caller graph for this function:

static void vl_api_ioam_disable_t_handler ( vl_api_ioam_disable_t mp)
static

Definition at line 1465 of file ip_api.c.

+ Here is the call graph for this function:

static void vl_api_ioam_enable_t_handler ( vl_api_ioam_enable_t mp)
static

Definition at line 1445 of file ip_api.c.

+ Here is the call graph for this function:

static void vl_api_ip6nd_proxy_add_del_t_handler ( vl_api_ip6nd_proxy_add_del_t mp)
static

Definition at line 1247 of file ip_api.c.

+ Here is the call graph for this function:

static void vl_api_ip6nd_proxy_dump_t_handler ( vl_api_ip6nd_proxy_dump_t mp)
static

Definition at line 1206 of file ip_api.c.

+ Here is the call graph for this function:

static void vl_api_ip6nd_send_router_solicitation_t_handler ( vl_api_ip6nd_send_router_solicitation_t mp)
static

Definition at line 1264 of file ip_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vl_api_ip_address_dump_t_handler ( vl_api_ip_address_dump_t mp)
static

Definition at line 891 of file ip_api.c.

+ Here is the call graph for this function:

static void vl_api_ip_container_proxy_add_del_t_handler ( vl_api_ip_container_proxy_add_del_t mp)
static

Definition at line 1375 of file ip_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vl_api_ip_container_proxy_dump_t_handler ( vl_api_ip_container_proxy_dump_t mp)
static

Definition at line 1427 of file ip_api.c.

+ Here is the call graph for this function:

static void vl_api_ip_dump_t_handler ( vl_api_ip_dump_t mp)
static

Definition at line 1017 of file ip_api.c.

+ Here is the call graph for this function:

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

Definition at line 264 of file ip_api.c.

+ Here is the caller graph for this function:

void vl_api_ip_mroute_add_del_t_handler ( vl_api_ip_mroute_add_del_t mp)

Definition at line 837 of file ip_api.c.

+ Here is the call graph for this function:

static void vl_api_ip_mroute_dump_t_handler ( vl_api_ip_mroute_dump_t mp)
static

Definition at line 449 of file ip_api.c.

+ Here is the call graph for this function:

static void vl_api_ip_mtable_dump_t_handler ( vl_api_ip_mtable_dump_t mp)
static

Definition at line 373 of file ip_api.c.

+ Here is the call graph for this function:

static void vl_api_ip_neighbor_add_del_t_handler ( vl_api_ip_neighbor_add_del_t mp,
vlib_main_t vm 
)
static

Definition at line 557 of file ip_api.c.

+ Here is the call graph for this function:

static void vl_api_ip_neighbor_dump_t_handler ( vl_api_ip_neighbor_dump_t mp)
static

Definition at line 156 of file ip_api.c.

+ Here is the call graph for this function:

static void vl_api_ip_probe_neighbor_t_handler ( vl_api_ip_probe_neighbor_t mp)
static

Definition at line 2521 of file ip_api.c.

+ Here is the call graph for this function:

static void vl_api_ip_punt_police_t_handler ( vl_api_ip_punt_police_t mp,
vlib_main_t vm 
)
static

Definition at line 484 of file ip_api.c.

+ Here is the call graph for this function:

static void vl_api_ip_punt_redirect_dump_t_handler ( vl_api_ip_punt_redirect_dump_t mp)
static

Definition at line 2845 of file ip_api.c.

+ Here is the call graph for this function:

static void vl_api_ip_punt_redirect_t_handler ( vl_api_ip_punt_redirect_t mp,
vlib_main_t vm 
)
static

Definition at line 499 of file ip_api.c.

+ Here is the call graph for this function:

void vl_api_ip_reassembly_enable_disable_t_handler ( vl_api_ip_reassembly_enable_disable_t mp)

Definition at line 2790 of file ip_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void vl_api_ip_reassembly_get_t_handler ( vl_api_ip_reassembly_get_t mp)

Definition at line 2755 of file ip_api.c.

+ Here is the call graph for this function:

void vl_api_ip_reassembly_set_t_handler ( vl_api_ip_reassembly_set_t mp)

Definition at line 2732 of file ip_api.c.

+ Here is the call graph for this function:

void vl_api_ip_route_add_del_t_handler ( vl_api_ip_route_add_del_t mp)

Definition at line 702 of file ip_api.c.

+ Here is the call graph for this function:

static void vl_api_ip_route_dump_t_handler ( vl_api_ip_route_dump_t mp)
static

Definition at line 321 of file ip_api.c.

+ Here is the call graph for this function:

static void vl_api_ip_scan_neighbor_enable_disable_t_handler ( vl_api_ip_scan_neighbor_enable_disable_t mp)
static

Definition at line 2553 of file ip_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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 1483 of file ip_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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 1559 of file ip_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vl_api_ip_source_check_interface_add_del_t_handler ( vl_api_ip_source_check_interface_add_del_t mp)
static

Definition at line 1619 of file ip_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void vl_api_ip_table_add_del_t_handler ( vl_api_ip_table_add_del_t mp)

Definition at line 632 of file ip_api.c.

+ Here is the call graph for this function:

static void vl_api_ip_table_dump_t_handler ( vl_api_ip_table_dump_t mp)
static

Definition at line 233 of file ip_api.c.

+ Here is the call graph for this function:

static void vl_api_ip_unnumbered_dump_t_handler ( vl_api_ip_unnumbered_dump_t mp)
static

Definition at line 967 of file ip_api.c.

+ Here is the call graph for this function:

static void vl_api_mfib_signal_dump_t_handler ( vl_api_mfib_signal_dump_t mp)
static

Definition at line 1361 of file ip_api.c.

+ Here is the call graph for this function:

static void vl_api_proxy_arp_add_del_t_handler ( vl_api_proxy_arp_add_del_t mp)
static

Definition at line 2394 of file ip_api.c.

+ Here is the call graph for this function:

static void vl_api_proxy_arp_dump_t_handler ( vl_api_proxy_arp_dump_t mp)
static

Definition at line 2449 of file ip_api.c.

+ Here is the call graph for this function:

static void vl_api_proxy_arp_intfc_dump_t_handler ( vl_api_proxy_arp_intfc_dump_t mp)
static

Definition at line 2485 of file ip_api.c.

+ Here is the call graph for this function:

static void vl_api_proxy_arp_intfc_enable_disable_t_handler ( vl_api_proxy_arp_intfc_enable_disable_t mp)
static

Definition at line 2503 of file ip_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vl_api_reset_fib_t_handler ( vl_api_reset_fib_t mp)
static

Definition at line 2690 of file ip_api.c.

+ Here is the call graph for this function:

static void vl_api_set_arp_neighbor_limit_t_handler ( vl_api_set_arp_neighbor_limit_t mp)
static

Definition at line 2704 of file ip_api.c.

+ Here is the call graph for this function:

static void vl_api_set_ip_flow_hash_t_handler ( vl_api_set_ip_flow_hash_t mp)
static

Definition at line 1095 of file ip_api.c.

+ Here is the call graph for this function:

static void vl_api_sw_interface_ip6_enable_disable_t_handler ( vl_api_sw_interface_ip6_enable_disable_t mp)
static

Definition at line 1290 of file ip_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vl_api_sw_interface_ip6nd_ra_config_t_handler ( vl_api_sw_interface_ip6nd_ra_config_t mp)
static

Definition at line 1105 of file ip_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vl_api_sw_interface_ip6nd_ra_prefix_t_handler ( vl_api_sw_interface_ip6nd_ra_prefix_t mp)
static

Definition at line 1140 of file ip_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vl_api_want_ip4_arp_events_t_handler ( vl_api_want_ip4_arp_events_t mp)
static

Definition at line 2054 of file ip_api.c.

+ Here is the call graph for this function:

static void vl_api_want_ip6_nd_events_t_handler ( vl_api_want_ip6_nd_events_t mp)
static

Definition at line 2194 of file ip_api.c.

+ Here is the call graph for this function:

static void vl_api_want_ip6_ra_events_t_handler ( vl_api_want_ip6_ra_events_t mp)
static

Definition at line 2333 of file ip_api.c.

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

Definition at line 1323 of file ip_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

VL_MSG_API_REAPER_FUNCTION ( want_ip4_arp_events_reaper  )

+ Here is the caller graph for this function:

VL_MSG_API_REAPER_FUNCTION ( want_ip6_nd_events_reaper  )
VL_MSG_API_REAPER_FUNCTION ( want_ip6_ra_events_reaper  )
VLIB_API_INIT_FUNCTION ( ip_api_hookup  )

+ Here is the caller graph for this function:

static clib_error_t* want_ip4_arp_events_reaper ( u32  client_index)
static

Definition at line 2142 of file ip_api.c.

+ Here is the call graph for this function:

static clib_error_t* want_ip6_nd_events_reaper ( u32  client_index)
static

Definition at line 2280 of file ip_api.c.

+ Here is the call graph for this function:

static clib_error_t* want_ip6_ra_events_reaper ( u32  client_index)
static

Definition at line 2374 of file ip_api.c.

+ Here is the call graph for this function:

static uword wc_arp_process ( vlib_main_t vm,
vlib_node_runtime_t rt,
vlib_frame_t f 
)
static

Definition at line 1845 of file ip_api.c.

+ Here is the call graph for this function:

Variable Documentation

static vlib_node_registration_t ip_resolver_process_node
static
Initial value:
= {
.function = resolver_process,
.name = "ip-route-resolver-process",
}
static uword resolver_process(vlib_main_t *vm, vlib_node_runtime_t *rt, vlib_frame_t *f)
Definition: ip_api.c:1774

(constructor) VLIB_REGISTER_NODE (ip_resolver_process_node)

Definition at line 1645 of file ip_api.c.

static vlib_node_registration_t wc_arp_process_node
static
Initial value:
= {
.function = wc_arp_process,
.name = "wildcard-ip4-arp-publisher-process",
}
static uword wc_arp_process(vlib_main_t *vm, vlib_node_runtime_t *rt, vlib_frame_t *f)
Definition: ip_api.c:1845

(constructor) VLIB_REGISTER_NODE (wc_arp_process_node)

Definition at line 1839 of file ip_api.c.