|
static void | adj_poison (ip_adjacency_t *adj) |
|
ip_adjacency_t * | adj_alloc (fib_protocol_t proto) |
|
static int | adj_index_is_special (adj_index_t adj_index) |
|
u8 * | format_adj_flags (u8 *s, va_list *args) |
| Format adjacency flags. More...
|
|
u8 * | format_ip_adjacency (u8 *s, va_list *args) |
| Pretty print helper function for formatting specific adjacencies. More...
|
|
int | adj_recursive_loop_detect (adj_index_t ai, fib_node_index_t **entry_indicies) |
| descend the FIB graph looking for loops More...
|
|
static void | adj_last_lock_gone (ip_adjacency_t *adj) |
|
u32 | adj_dpo_get_urpf (const dpo_id_t *dpo) |
|
void | adj_lock (adj_index_t adj_index) |
| Take a reference counting lock on the adjacency. More...
|
|
void | adj_unlock (adj_index_t adj_index) |
| Release a reference counting lock on the adjacency. More...
|
|
u32 | adj_child_add (adj_index_t adj_index, fib_node_type_t child_type, fib_node_index_t child_index) |
| Add a child dependent to an adjacency. More...
|
|
void | adj_child_remove (adj_index_t adj_index, u32 sibling_index) |
| Remove a child dependent. More...
|
|
static adj_walk_rc_t | adj_feature_update_walk_cb (adj_index_t ai, void *arg) |
|
static void | adj_feature_update (u32 sw_if_index, u8 arc_index, u8 is_enable, void *data) |
|
static adj_walk_rc_t | adj_mtu_update_walk_cb (adj_index_t ai, void *arg) |
|
static clib_error_t * | adj_mtu_update (vnet_main_t *vnm, u32 sw_if_index, u32 flags) |
|
| VNET_SW_INTERFACE_MTU_CHANGE_FUNCTION (adj_mtu_update) |
|
void | adj_walk (u32 sw_if_index, adj_walk_cb_t cb, void *ctx) |
| Walk the Adjacencies on a given interface. More...
|
|
vnet_link_t | adj_get_link_type (adj_index_t ai) |
| Return the link type of the adjacency. More...
|
|
u32 | adj_get_sw_if_index (adj_index_t ai) |
| Return the sw interface index of the adjacency. More...
|
|
int | adj_is_up (adj_index_t ai) |
| Return true if the adjacency is 'UP', i.e. More...
|
|
const u8 * | adj_get_rewrite (adj_index_t ai) |
| Return the rewrite string of the adjacency. More...
|
|
static fib_node_t * | adj_get_node (fib_node_index_t index) |
|
static void | adj_node_last_lock_gone (fib_node_t *node) |
|
static fib_node_back_walk_rc_t | adj_back_walk_notify (fib_node_t *node, fib_node_back_walk_ctx_t *ctx) |
|
static clib_error_t * | adj_module_init (vlib_main_t *vm) |
|
static clib_error_t * | adj_show (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | adj_cli_counters_set (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
| CLI invoked function to enable/disable per-adj counters. More...
|
|