![]() |
FD.io VPP
v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
|
Include dependency graph for longjmp.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | clib_longjmp_t |
Macros | |
| #define | CLIB_ARCH_LONGJMP_REGS 8 |
Functions | |
| void | clib_longjmp (clib_longjmp_t *save, uword return_value) |
| uword | clib_setjmp (clib_longjmp_t *save, uword return_value_not_taken) |
| uword | clib_calljmp (uword(*func)(uword func_arg), uword func_arg, void *stack) |
Here is the caller graph for this function:| void clib_longjmp | ( | clib_longjmp_t * | save, |
| uword | return_value | ||
| ) |
Here is the caller graph for this function:| uword clib_setjmp | ( | clib_longjmp_t * | save, |
| uword | return_value_not_taken | ||
| ) |
Here is the caller graph for this function: