FD.io VPP
v17.01.1-3-gc6833f8
Vector Packet Processing
|
Go to the source code of this file.
Macros | |
#define | ADJ_DBG(_e, _fmt, _args...) |
big switch to turn on Adjacency debugging More... | |
Functions | |
static u32 | adj_get_rewrite_node (vnet_link_t linkt) |
static vnet_link_t | adj_fib_proto_2_nd (fib_protocol_t fp) |
static adj_index_t | adj_get_index (ip_adjacency_t *adj) |
Get a pointer to an adjacency object from its index. More... | |
void | adj_nbr_update_rewrite_internal (ip_adjacency_t *adj, ip_lookup_next_t adj_next_index, u32 complete_next_index, u32 next_index, u8 *rewrite) |
ip_adjacency_t * | adj_alloc (fib_protocol_t proto) |
void | adj_nbr_remove (adj_index_t ai, fib_protocol_t nh_proto, vnet_link_t link_type, const ip46_address_t *nh_addr, u32 sw_if_index) |
void | adj_glean_remove (fib_protocol_t proto, u32 sw_if_index) |
#define ADJ_DBG | ( | _e, | |
_fmt, | |||
_args... | |||
) |
big switch to turn on Adjacency debugging
Definition at line 41 of file adj_internal.h.
ip_adjacency_t* adj_alloc | ( | fib_protocol_t | proto | ) |
|
inlinestatic |
|
inlinestatic |
Get a pointer to an adjacency object from its index.
Definition at line 83 of file adj_internal.h.
|
inlinestatic |
void adj_glean_remove | ( | fib_protocol_t | proto, |
u32 | sw_if_index | ||
) |
void adj_nbr_remove | ( | adj_index_t | ai, |
fib_protocol_t | nh_proto, | ||
vnet_link_t | link_type, | ||
const ip46_address_t * | nh_addr, | ||
u32 | sw_if_index | ||
) |
void adj_nbr_update_rewrite_internal | ( | ip_adjacency_t * | adj, |
ip_lookup_next_t | adj_next_index, | ||
u32 | complete_next_index, | ||
u32 | next_index, | ||
u8 * | rewrite | ||
) |