![]() |
FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Include dependency graph for vrrp_periodic.c:Go to the source code of this file.
Functions | |
| static int | vrrp_vr_timer_compare (const void *v1, const void *v2) |
| static u32 | vrrp_vr_timer_get_next (void) |
| void | vrrp_vr_timer_cancel (vrrp_vr_t *vr) |
| void | vrrp_vr_timer_set (vrrp_vr_t *vr, vrrp_vr_timer_type_t type) |
| void | vrrp_vr_timer_timeout (u32 timer_index) |
| static uword | vrrp_periodic_process (vlib_main_t *vm, vlib_node_runtime_t *rt, vlib_frame_t *f) |
Variables | |
| vlib_node_registration_t | vrrp_periodic_node |
| (constructor) VLIB_REGISTER_NODE (vrrp_periodic_node) More... | |
|
static |
| void vrrp_vr_timer_cancel | ( | vrrp_vr_t * | vr | ) |
Definition at line 58 of file vrrp_periodic.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
| void vrrp_vr_timer_set | ( | vrrp_vr_t * | vr, |
| vrrp_vr_timer_type_t | type | ||
| ) |
Definition at line 89 of file vrrp_periodic.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void vrrp_vr_timer_timeout | ( | u32 | timer_index | ) |
Definition at line 134 of file vrrp_periodic.c.
Here is the call graph for this function:
Here is the caller graph for this function:| vlib_node_registration_t vrrp_periodic_node |
(constructor) VLIB_REGISTER_NODE (vrrp_periodic_node)
Definition at line 214 of file vrrp_periodic.c.