![]() |
FD.io VPP
v21.06
Vector Packet Processing
|
Include dependency graph for ip_neighbor.c:Go to the source code of this file.
Data Structures | |
| struct | ip_neighbor_elt_t_ |
| struct | ip_neighbor_db_t_ |
| struct | ip_neighbor_del_all_ctx_t_ |
| struct | ip_neighbor_sweep_ctx_t_ |
| struct | ip_neighbor_walk_covered_ctx_t_ |
| struct | ip_neighbor_table_bind_ctx_t_ |
Macros | |
| #define | IP_NEIGHBOR_DBG(...) vlib_log_debug (ipn_logger, __VA_ARGS__); |
| #define | IP_NEIGHBOR_INFO(...) vlib_log_notice (ipn_logger, __VA_ARGS__); |
| #define | IP_NEIGHBOR_PROCESS_SLEEP_LONG (0) |
Typedefs | |
| typedef struct ip_neighbor_elt_t_ | ip_neighbor_elt_t |
| typedef struct ip_neighbor_db_t_ | ip_neighbor_db_t |
| typedef struct ip_neighbor_del_all_ctx_t_ | ip_neighbor_del_all_ctx_t |
| typedef struct ip_neighbor_sweep_ctx_t_ | ip_neighbor_sweep_ctx_t |
| typedef struct ip_neighbor_walk_covered_ctx_t_ | ip_neighbor_walk_covered_ctx_t |
| typedef struct ip_neighbor_table_bind_ctx_t_ | ip_neighbor_table_bind_ctx_t |
| typedef enum ip_neighbor_age_state_t_ | ip_neighbor_age_state_t |
| typedef enum ip_neighbor_process_event_t_ | ip_neighbor_process_event_t |
Enumerations | |
| enum | ip_neighbor_age_state_t_ { IP_NEIGHBOR_AGE_ALIVE, IP_NEIGHBOR_AGE_PROBE, IP_NEIGHBOR_AGE_DEAD } |
| enum | ip_neighbor_process_event_t_ { IP_NEIGHBOR_AGE_PROCESS_WAKEUP } |
Variables | |
| static ip_neighbor_t * | ip_neighbor_pool |
| Pool for All IP neighbors. More... | |
| index_t | ip_neighbor_list_head [N_AF] |
| protocol specific lists of time sorted neighbors More... | |
| ip_neighbor_elt_t * | ip_neighbor_elt_pool |
| Pool of linked list elemeents. More... | |
| static vlib_log_class_t | ipn_logger |
| static ip_neighbor_db_t | ip_neighbor_db [N_AF] |
| static vlib_cli_command_t | ip_neighbor_command |
| (constructor) VLIB_CLI_COMMAND (ip_neighbor_command) More... | |
| static vlib_cli_command_t | ip_neighbor_command2 |
| (constructor) VLIB_CLI_COMMAND (ip_neighbor_command2) More... | |
| static vlib_cli_command_t | show_ip_neighbors_cmd_node |
| (constructor) VLIB_CLI_COMMAND (show_ip_neighbors_cmd_node) More... | |
| static vlib_cli_command_t | show_ip4_neighbors_cmd_node |
| (constructor) VLIB_CLI_COMMAND (show_ip4_neighbors_cmd_node) More... | |
| static vlib_cli_command_t | show_ip6_neighbors_cmd_node |
| (constructor) VLIB_CLI_COMMAND (show_ip6_neighbors_cmd_node) More... | |
| static vlib_cli_command_t | show_ip_neighbor_cmd_node |
| (constructor) VLIB_CLI_COMMAND (show_ip_neighbor_cmd_node) More... | |
| static vlib_cli_command_t | show_ip4_neighbor_cmd_node |
| (constructor) VLIB_CLI_COMMAND (show_ip4_neighbor_cmd_node) More... | |
| static vlib_cli_command_t | show_ip6_neighbor_cmd_node |
| (constructor) VLIB_CLI_COMMAND (show_ip6_neighbor_cmd_node) More... | |
| static vlib_cli_command_t | show_ip4_neighbor_sorted_cmd_node |
| (constructor) VLIB_CLI_COMMAND (show_ip4_neighbor_sorted_cmd_node) More... | |
| static vlib_cli_command_t | show_ip6_neighbor_sorted_cmd_node |
| (constructor) VLIB_CLI_COMMAND (show_ip6_neighbor_sorted_cmd_node) More... | |
| static ip_neighbor_vft_t | ip_nbr_vfts [N_AF] |
| static vlib_node_registration_t | ip4_neighbor_age_process_node |
| (constructor) VLIB_REGISTER_NODE (ip4_neighbor_age_process_node) More... | |
| static vlib_node_registration_t | ip6_neighbor_age_process_node |
| (constructor) VLIB_REGISTER_NODE (ip6_neighbor_age_process_node) More... | |
| static vlib_cli_command_t | show_ip_neighbor_cfg_cmd_node |
| (constructor) VLIB_CLI_COMMAND (show_ip_neighbor_cfg_cmd_node) More... | |
| static vlib_cli_command_t | set_ip_neighbor_cfg_cmd_node |
| (constructor) VLIB_CLI_COMMAND (set_ip_neighbor_cfg_cmd_node) More... | |
| #define IP_NEIGHBOR_DBG | ( | ... | ) | vlib_log_debug (ipn_logger, __VA_ARGS__); |
Definition at line 82 of file ip_neighbor.c.
| #define IP_NEIGHBOR_INFO | ( | ... | ) | vlib_log_notice (ipn_logger, __VA_ARGS__); |
Definition at line 85 of file ip_neighbor.c.
| #define IP_NEIGHBOR_PROCESS_SLEEP_LONG (0) |
Definition at line 1512 of file ip_neighbor.c.
| typedef enum ip_neighbor_age_state_t_ ip_neighbor_age_state_t |
| typedef struct ip_neighbor_db_t_ ip_neighbor_db_t |
| typedef struct ip_neighbor_del_all_ctx_t_ ip_neighbor_del_all_ctx_t |
| typedef struct ip_neighbor_elt_t_ ip_neighbor_elt_t |
| typedef enum ip_neighbor_process_event_t_ ip_neighbor_process_event_t |
| typedef struct ip_neighbor_sweep_ctx_t_ ip_neighbor_sweep_ctx_t |
| typedef struct ip_neighbor_table_bind_ctx_t_ ip_neighbor_table_bind_ctx_t |
| typedef struct ip_neighbor_walk_covered_ctx_t_ ip_neighbor_walk_covered_ctx_t |
| Enumerator | |
|---|---|
| IP_NEIGHBOR_AGE_ALIVE | |
| IP_NEIGHBOR_AGE_PROBE | |
| IP_NEIGHBOR_AGE_DEAD | |
Definition at line 1505 of file ip_neighbor.c.
| Enumerator | |
|---|---|
| IP_NEIGHBOR_AGE_PROCESS_WAKEUP | |
Definition at line 1559 of file ip_neighbor.c.
|
static |
| int ip4_neighbor_proxy_add | ( | u32 | fib_index, |
| const ip4_address_t * | start, | ||
| const ip4_address_t * | end | ||
| ) |
The set of function that vnet requires from the IP neighbour module.
Note that an implementation of these functions will not exist if the ip-neighbour plugin is not loaded. so check the error codes!
Definition at line 1081 of file ip_neighbor.c.
Here is the caller graph for this function:| int ip4_neighbor_proxy_delete | ( | u32 | fib_index, |
| const ip4_address_t * | start, | ||
| const ip4_address_t * | end | ||
| ) |
Definition at line 1094 of file ip_neighbor.c.
| int ip4_neighbor_proxy_disable | ( | u32 | sw_if_index | ) |
Definition at line 1116 of file ip_neighbor.c.
| int ip4_neighbor_proxy_enable | ( | u32 | sw_if_index | ) |
|
static |
|
static |
|
static |
| int ip6_neighbor_proxy_add | ( | u32 | sw_if_index, |
| const ip6_address_t * | addr | ||
| ) |
| int ip6_neighbor_proxy_del | ( | u32 | sw_if_index, |
| const ip6_address_t * | addr | ||
| ) |
Definition at line 1136 of file ip_neighbor.c.
|
static |
|
static |
|
static |
| int ip_neighbor_add | ( | const ip_address_t * | ip, |
| const mac_address_t * | mac, | ||
| u32 | sw_if_index, | ||
| ip_neighbor_flags_t | flags, | ||
| u32 * | stats_index | ||
| ) |
Definition at line 477 of file ip_neighbor.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 1378 of file ip_neighbor.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 1420 of file ip_neighbor.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 253 of file ip_neighbor.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 300 of file ip_neighbor.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 1565 of file ip_neighbor.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 439 of file ip_neighbor.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
| int ip_neighbor_config | ( | ip_address_family_t | af, |
| u32 | limit, | ||
| u32 | age, | ||
| bool | recycle | ||
| ) |
Definition at line 1687 of file ip_neighbor.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
|
static |
Definition at line 190 of file ip_neighbor.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 227 of file ip_neighbor.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 211 of file ip_neighbor.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int ip_neighbor_del | ( | const ip_address_t * | ip, |
| u32 | sw_if_index | ||
| ) |
Definition at line 574 of file ip_neighbor.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void ip_neighbor_del_all | ( | ip_address_family_t | af, |
| u32 | sw_if_index | ||
| ) |
Definition at line 616 of file ip_neighbor.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
Definition at line 390 of file ip_neighbor.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 838 of file ip_neighbor.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 1146 of file ip_neighbor.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void ip_neighbor_flush | ( | ip_address_family_t | af, |
| u32 | sw_if_index | ||
| ) |
Definition at line 1203 of file ip_neighbor.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 419 of file ip_neighbor.c.
Here is the call graph for this function:
Here is the caller graph for this function:| ip_neighbor_t* ip_neighbor_get | ( | index_t | ipni | ) |
| ip_address_family_t ip_neighbor_get_af | ( | const ip_neighbor_t * | ipn | ) |
|
static |
| const ip_address_t* ip_neighbor_get_ip | ( | const ip_neighbor_t * | ipn | ) |
| const mac_address_t* ip_neighbor_get_mac | ( | const ip_neighbor_t * | ipn | ) |
| const u32 ip_neighbor_get_sw_if_index | ( | const ip_neighbor_t * | ipn | ) |
|
static |
|
static |
|
static |
| void ip_neighbor_learn | ( | const ip_neighbor_learn_t * | l | ) |
Definition at line 712 of file ip_neighbor.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
| void ip_neighbor_mark | ( | ip_address_family_t | af | ) |
Definition at line 1240 of file ip_neighbor.c.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 1228 of file ip_neighbor.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 347 of file ip_neighbor.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 372 of file ip_neighbor.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 358 of file ip_neighbor.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 382 of file ip_neighbor.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void ip_neighbor_populate | ( | ip_address_family_t | af, |
| u32 | sw_if_index | ||
| ) |
Definition at line 1171 of file ip_neighbor.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void ip_neighbor_probe | ( | const ip_adjacency_t * | adj | ) |
Definition at line 1033 of file ip_neighbor.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void ip_neighbor_probe_dst | ( | u32 | sw_if_index, |
| ip_address_family_t | af, | ||
| const ip46_address_t * | dst | ||
| ) |
Definition at line 1015 of file ip_neighbor.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 157 of file ip_neighbor.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void ip_neighbor_register | ( | ip_address_family_t | af, |
| const ip_neighbor_vft_t * | vft | ||
| ) |
|
static |
|
static |
Definition at line 887 of file ip_neighbor.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 861 of file ip_neighbor.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 820 of file ip_neighbor.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void ip_neighbor_sweep | ( | ip_address_family_t | af | ) |
Definition at line 1267 of file ip_neighbor.c.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 1251 of file ip_neighbor.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 1478 of file ip_neighbor.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 1492 of file ip_neighbor.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
| void ip_neighbor_update | ( | vnet_main_t * | vnm, |
| adj_index_t | ai | ||
| ) |
Definition at line 636 of file ip_neighbor.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void ip_neighbor_walk | ( | ip_address_family_t | af, |
| u32 | sw_if_index, | ||
| ip_neighbor_walk_cb_t | cb, | ||
| void * | ctx | ||
| ) |
Definition at line 1341 of file ip_neighbor.c.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 1465 of file ip_neighbor.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 1515 of file ip_neighbor.c.
Here is the call graph for this function:
Here is the caller graph for this function:| VNET_SW_INTERFACE_ADD_DEL_FUNCTION | ( | ip_neighbor_delete_sw_interface | ) |
Here is the caller graph for this function:| VNET_SW_INTERFACE_ADMIN_UP_DOWN_FUNCTION | ( | ip_neighbor_interface_admin_change | ) |
Here is the caller graph for this function:
|
static |
(constructor) VLIB_REGISTER_NODE (ip4_neighbor_age_process_node)
Definition at line 1674 of file ip_neighbor.c.
|
static |
(constructor) VLIB_REGISTER_NODE (ip6_neighbor_age_process_node)
Definition at line 1679 of file ip_neighbor.c.
|
static |
Definition at line 1006 of file ip_neighbor.c.
|
static |
(constructor) VLIB_CLI_COMMAND (ip_neighbor_command)
Definition at line 805 of file ip_neighbor.c.
|
static |
(constructor) VLIB_CLI_COMMAND (ip_neighbor_command2)
Definition at line 811 of file ip_neighbor.c.
|
static |
Definition at line 66 of file ip_neighbor.c.
| ip_neighbor_elt_t* ip_neighbor_elt_pool |
Pool of linked list elemeents.
Definition at line 43 of file ip_neighbor.c.
protocol specific lists of time sorted neighbors
Definition at line 34 of file ip_neighbor.c.
|
static |
Pool for All IP neighbors.
Definition at line 31 of file ip_neighbor.c.
|
static |
Definition at line 62 of file ip_neighbor.c.
|
static |
(constructor) VLIB_CLI_COMMAND (set_ip_neighbor_cfg_cmd_node)
Definition at line 1774 of file ip_neighbor.c.
|
static |
(constructor) VLIB_CLI_COMMAND (show_ip4_neighbor_cmd_node)
Definition at line 984 of file ip_neighbor.c.
|
static |
(constructor) VLIB_CLI_COMMAND (show_ip4_neighbor_sorted_cmd_node)
Definition at line 994 of file ip_neighbor.c.
|
static |
(constructor) VLIB_CLI_COMMAND (show_ip4_neighbors_cmd_node)
Definition at line 969 of file ip_neighbor.c.
|
static |
(constructor) VLIB_CLI_COMMAND (show_ip6_neighbor_cmd_node)
Definition at line 989 of file ip_neighbor.c.
|
static |
(constructor) VLIB_CLI_COMMAND (show_ip6_neighbor_sorted_cmd_node)
Definition at line 999 of file ip_neighbor.c.
|
static |
(constructor) VLIB_CLI_COMMAND (show_ip6_neighbors_cmd_node)
Definition at line 974 of file ip_neighbor.c.
|
static |
(constructor) VLIB_CLI_COMMAND (show_ip_neighbor_cfg_cmd_node)
Definition at line 1769 of file ip_neighbor.c.
|
static |
(constructor) VLIB_CLI_COMMAND (show_ip_neighbor_cmd_node)
Definition at line 979 of file ip_neighbor.c.
|
static |
(constructor) VLIB_CLI_COMMAND (show_ip_neighbors_cmd_node)
Definition at line 964 of file ip_neighbor.c.