FD.io VPP  v18.10-32-g1161dda
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_ctc_t_
 
struct  vl_api_ip6_mfib_dump_ctc_t_
 
struct  api_ip6nd_proxy_fib_table_walk_ctx_t_
 
struct  proxy_arp_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_ctc_t_ vl_api_ip_mfib_dump_ctc_t
 
typedef struct vl_api_ip6_mfib_dump_ctc_t_ vl_api_ip6_mfib_dump_ctc_t
 
typedef struct api_ip6nd_proxy_fib_table_walk_ctx_t_ api_ip6nd_proxy_fib_table_walk_ctx_t
 
typedef struct proxy_arp_walk_ctx_t_ proxy_arp_walk_ctx_t
 

Enumerations

enum  { WC_ARP_REPORT, WC_ND_REPORT, RA_REPORT, REPORT_MAX }
 

Functions

void stats_dslock_with_hint (int hint, int tag)
 
void stats_dsunlock (void)
 
static void send_ip_neighbor_details (u32 sw_if_index, u8 is_ipv6, u8 is_static, u8 *mac_address, u8 *ip_address, 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_fib_details (vpe_api_main_t *am, vl_api_registration_t *reg, const fib_table_t *table, const fib_prefix_t *pfx, fib_route_path_encode_t *api_rpaths, u32 context)
 
static fib_table_walk_rc_t vl_api_ip_fib_dump_walk (fib_node_index_t fei, void *arg)
 
static void vl_api_ip_fib_dump_t_handler (vl_api_ip_fib_dump_t *mp)
 
static void send_ip6_fib_details (vpe_api_main_t *am, vl_api_registration_t *reg, const fib_table_t *table, const fib_prefix_t *pfx, fib_route_path_encode_t *api_rpaths, u32 context)
 
static void api_ip6_fib_table_put_entries (clib_bihash_kv_24_8_t *kvp, void *arg)
 
static void api_ip6_fib_table_get_all (vl_api_registration_t *reg, vl_api_ip6_fib_dump_t *mp, fib_table_t *fib_table)
 
static void vl_api_ip6_fib_dump_t_handler (vl_api_ip6_fib_dump_t *mp)
 
static void send_ip_mfib_details (vl_api_registration_t *reg, u32 context, u32 table_id, fib_node_index_t mfei)
 
static int vl_api_ip_mfib_table_dump_walk (fib_node_index_t fei, void *arg)
 
static void vl_api_ip_mfib_dump_t_handler (vl_api_ip_mfib_dump_t *mp)
 
static void send_ip6_mfib_details (vpe_api_main_t *am, vl_api_registration_t *reg, u32 table_id, mfib_prefix_t *pfx, fib_route_path_encode_t *api_rpaths, u32 context)
 
static int vl_api_ip6_mfib_table_dump_walk (fib_node_index_t fei, void *arg)
 
static void vl_api_ip6_mfib_dump_t_handler (vl_api_ip6_mfib_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 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)
 
int add_del_route_t_handler (u8 is_multipath, u8 is_add, u8 is_drop, u8 is_unreach, u8 is_prohibit, u8 is_local, u8 is_multicast, u8 is_classify, u32 classify_table_index, u8 is_resolve_host, u8 is_resolve_attached, u8 is_interface_rx, u8 is_rpf_id, u8 is_dvr, u8 is_source_lookup, u8 is_udp_encap, u32 fib_index, const fib_prefix_t *prefix, dpo_proto_t next_hop_proto, const ip46_address_t *next_hop, u32 next_hop_id, u32 next_hop_sw_if_index, u8 next_hop_fib_index, u16 next_hop_weight, u16 next_hop_preference, mpls_label_t next_hop_via_label, fib_mpls_label_t *next_hop_out_label_stack)
 
int add_del_route_check (fib_protocol_t table_proto, u32 table_id, u32 next_hop_sw_if_index, dpo_proto_t next_hop_table_proto, u32 next_hop_table_id, u8 is_rpf_id, u32 *fib_index, u32 *next_hop_fib_index)
 
static int ip4_add_del_route_t_handler (vl_api_ip_add_del_route_t *mp, u32 *stats_index)
 
static int ip6_add_del_route_t_handler (vl_api_ip_add_del_route_t *mp, u32 *stats_index)
 
void vl_api_ip_add_del_route_t_handler (vl_api_ip_add_del_route_t *mp)
 
void ip_table_create (fib_protocol_t fproto, u32 table_id, u8 is_api, const u8 *name)
 
static int add_del_mroute_check (fib_protocol_t table_proto, u32 table_id, u32 next_hop_sw_if_index, u8 is_local, u32 *fib_index)
 
static fib_node_index_t mroute_add_del_handler (u8 is_add, u8 is_local, u32 fib_index, const mfib_prefix_t *prefix, dpo_proto_t nh_proto, u32 entry_flags, fib_rpf_id_t rpf_id, u32 next_hop_sw_if_index, ip46_address_t *nh, u32 itf_flags, u32 bier_imp)
 
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, u8 *ip, u16 prefix_length, u32 sw_if_index, u8 is_ipv6, 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)
 
static void vl_api_sw_interface_ip6_set_link_local_address_t_handler (vl_api_sw_interface_ip6_set_link_local_address_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 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 int arp_change_delete_callback (u32 pool_index, u8 *notused)
 
static int nd_change_delete_callback (u32 pool_index, u8 *notused)
 
static void handle_ip4_arp_event (u32 pool_index)
 
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, u8 *new_mac, u32 sw_if_index, 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, u8 *new_mac, u32 sw_if_index, u32 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 (vnet_main_t *vnm, vnet_sw_interface_t *si, 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 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_FIB_DUMP, ip_fib_dump) \
_(IP6_FIB_DUMP, ip6_fib_dump) \
_(IP_MFIB_DUMP, ip_mfib_dump) \
_(IP6_MFIB_DUMP, ip6_mfib_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_ADD_DEL_ROUTE, ip_add_del_route) \
_(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 ) \
_(SW_INTERFACE_IP6_SET_LINK_LOCAL_ADDRESS, \
sw_interface_ip6_set_link_local_address) \
_(IP_CONTAINER_PROXY_ADD_DEL, ip_container_proxy_add_del) \
_(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_REASSEMBLY_SET, ip_reassembly_set) \
_(IP_REASSEMBLY_GET, ip_reassembly_get) \
_(IP_REASSEMBLY_ENABLE_DISABLE, ip_reassembly_enable_disable)
static uword ip_punt_redirect(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame, u8 arc_index, ip_punt_redirect_t *redirect)
Definition: ip_punt_drop.h:286

Definition at line 68 of file ip_api.c.

#define IP4_ARP_EVENT   3

Definition at line 2125 of file ip_api.c.

#define IP6_ND_EVENT   4

Definition at line 2126 of file ip_api.c.

#define vl_endianfun   /* define message structures */

Definition at line 55 of file ip_api.c.

#define vl_msg_name_crc_list

Definition at line 3297 of file ip_api.c.

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

Definition at line 60 of file ip_api.c.

#define vl_printfun

Definition at line 61 of file ip_api.c.

#define vl_typedefs   /* define message structures */

Definition at line 51 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 2322 of file ip_api.c.

Function Documentation

static int add_del_mroute_check ( fib_protocol_t  table_proto,
u32  table_id,
u32  next_hop_sw_if_index,
u8  is_local,
u32 fib_index 
)
static

Definition at line 1188 of file ip_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int add_del_route_check ( fib_protocol_t  table_proto,
u32  table_id,
u32  next_hop_sw_if_index,
dpo_proto_t  next_hop_table_proto,
u32  next_hop_table_id,
u8  is_rpf_id,
u32 fib_index,
u32 next_hop_fib_index 
)

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:

int add_del_route_t_handler ( u8  is_multipath,
u8  is_add,
u8  is_drop,
u8  is_unreach,
u8  is_prohibit,
u8  is_local,
u8  is_multicast,
u8  is_classify,
u32  classify_table_index,
u8  is_resolve_host,
u8  is_resolve_attached,
u8  is_interface_rx,
u8  is_rpf_id,
u8  is_dvr,
u8  is_source_lookup,
u8  is_udp_encap,
u32  fib_index,
const fib_prefix_t prefix,
dpo_proto_t  next_hop_proto,
const ip46_address_t *  next_hop,
u32  next_hop_id,
u32  next_hop_sw_if_index,
u8  next_hop_fib_index,
u16  next_hop_weight,
u16  next_hop_preference,
mpls_label_t  next_hop_via_label,
fib_mpls_label_t next_hop_out_label_stack 
)

Definition at line 754 of file ip_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void api_ip6_fib_table_get_all ( vl_api_registration_t reg,
vl_api_ip6_fib_dump_t mp,
fib_table_t fib_table 
)
static

Definition at line 345 of file ip_api.c.

+ Here is the call graph for this function:

static void api_ip6_fib_table_put_entries ( clib_bihash_kv_24_8_t kvp,
void *  arg 
)
static

Definition at line 334 of file ip_api.c.

+ Here is the caller graph for this function:

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

Definition at line 1698 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 1268 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,
u8 new_mac,
u32  sw_if_index,
u32  address 
)
static

Definition at line 2511 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,
u8 notused 
)
static

Definition at line 2297 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 2133 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 2182 of file ip_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static int ip4_add_del_route_t_handler ( vl_api_ip_add_del_route_t mp,
u32 stats_index 
)
static

Definition at line 975 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 3059 of file ip_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static int ip6_add_del_route_t_handler ( vl_api_ip_add_del_route_t mp,
u32 stats_index 
)
static

Definition at line 1049 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 3126 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 3310 of file ip_api.c.

+ Here is the call graph for this function:

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

Definition at line 1148 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 699 of file ip_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static fib_node_index_t mroute_add_del_handler ( u8  is_add,
u8  is_local,
u32  fib_index,
const mfib_prefix_t prefix,
dpo_proto_t  nh_proto,
u32  entry_flags,
fib_rpf_id_t  rpf_id,
u32  next_hop_sw_if_index,
ip46_address_t *  nh,
u32  itf_flags,
u32  bier_imp 
)
static

Definition at line 1214 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,
u8 new_mac,
u32  sw_if_index,
ip6_address_t address 
)
static

Definition at line 2275 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,
u8 notused 
)
static

Definition at line 2309 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 2231 of file ip_api.c.

+ Here is the call graph for this function:

static void send_ip6_fib_details ( vpe_api_main_t am,
vl_api_registration_t reg,
const fib_table_t table,
const fib_prefix_t pfx,
fib_route_path_encode_t api_rpaths,
u32  context 
)
static

Definition at line 289 of file ip_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void send_ip6_mfib_details ( vpe_api_main_t am,
vl_api_registration_t reg,
u32  table_id,
mfib_prefix_t pfx,
fib_route_path_encode_t api_rpaths,
u32  context 
)
static

Definition at line 498 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 1676 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,
u8 ip,
u16  prefix_length,
u32  sw_if_index,
u8  is_ipv6,
u32  context 
)
static

Definition at line 1373 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 1355 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_fib_details ( vpe_api_main_t am,
vl_api_registration_t reg,
const fib_table_t table,
const fib_prefix_t pfx,
fib_route_path_encode_t api_rpaths,
u32  context 
)
static

Definition at line 190 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_mfib_details ( vl_api_registration_t reg,
u32  context,
u32  table_id,
fib_node_index_t  mfei 
)
static

Definition at line 401 of file ip_api.c.

+ Here is the call graph for this function:

static void send_ip_neighbor_details ( u32  sw_if_index,
u8  is_ipv6,
u8  is_static,
u8 mac_address,
u8 ip_address,
vl_api_registration_t reg,
u32  context 
)
static

Definition at line 119 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_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 1457 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 2903 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 ( vnet_main_t vnm,
vnet_sw_interface_t si,
void *  data 
)
static

Definition at line 2944 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 1583 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 1564 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 3302 of file ip_api.c.

+ Here is the caller graph for this function:

void stats_dslock_with_hint ( int  hint,
int  tag 
)

Definition at line 378 of file interface_api.c.

+ Here is the caller graph for this function:

void stats_dsunlock ( void  )

Definition at line 384 of file interface_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 1968 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 1948 of file ip_api.c.

+ Here is the call graph for this function:

static void vl_api_ip6_fib_dump_t_handler ( vl_api_ip6_fib_dump_t mp)
static

Definition at line 378 of file ip_api.c.

+ Here is the call graph for this function:

static void vl_api_ip6_mfib_dump_t_handler ( vl_api_ip6_mfib_dump_t mp)
static

Definition at line 551 of file ip_api.c.

+ Here is the call graph for this function:

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

Definition at line 541 of file ip_api.c.

static void vl_api_ip6nd_proxy_add_del_t_handler ( vl_api_ip6nd_proxy_add_del_t mp)
static

Definition at line 1752 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 1711 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 1768 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_add_del_route_t_handler ( vl_api_ip_add_del_route_t mp)

Definition at line 1122 of file ip_api.c.

+ Here is the call graph for this function:

static void vl_api_ip_address_dump_t_handler ( vl_api_ip_address_dump_t mp)
static

Definition at line 1402 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 1926 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_dump_t_handler ( vl_api_ip_dump_t mp)
static

Definition at line 1525 of file ip_api.c.

+ Here is the call graph for this function:

static void vl_api_ip_fib_dump_t_handler ( vl_api_ip_fib_dump_t mp)
static

Definition at line 244 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 234 of file ip_api.c.

static void vl_api_ip_mfib_dump_t_handler ( vl_api_ip_mfib_dump_t mp)
static

Definition at line 460 of file ip_api.c.

+ Here is the call graph for this function:

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

Definition at line 450 of file ip_api.c.

void vl_api_ip_mroute_add_del_t_handler ( vl_api_ip_mroute_add_del_t mp)

Definition at line 1333 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 656 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 142 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 3010 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 598 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 613 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 3282 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 3247 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 3226 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 3041 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 1986 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 2072 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 734 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 1475 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 1912 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 2867 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 2927 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 2967 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 2986 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 3184 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 3198 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 1603 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 1794 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_ip6_set_link_local_address_t_handler ( vl_api_sw_interface_ip6_set_link_local_address_t mp)
static

Definition at line 1828 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 1613 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 1648 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 2533 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 2670 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 2806 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 1859 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 2618 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 2753 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 2847 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 2326 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:2231

(constructor) VLIB_REGISTER_NODE (ip_resolver_process_node)

Definition at line 2130 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:2326

(constructor) VLIB_REGISTER_NODE (wc_arp_process_node)

Definition at line 2320 of file ip_api.c.