![]() |
FD.io VPP
v21.01.1
Vector Packet Processing
|
Include dependency graph for mpcap.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| static void * | mpcap_add_packet (mpcap_main_t *pm, f64 time_now, u32 n_bytes_in_trace, u32 n_bytes_in_packet) |
| Add packet. More... | |
| static void | mpcap_add_buffer (mpcap_main_t *pm, vlib_main_t *vm, f64 time_now, u32 buffer_index, u32 n_bytes_in_trace) |
| Add buffer (vlib_buffer_t) to the trace. More... | |
|
inlinestatic |
Add buffer (vlib_buffer_t) to the trace.
| *pm | - mpcap_main_t |
| *vm | - vlib_main_t |
| time_now | - f64 |
| buffer_index | - u32 |
| n_bytes_in_trace | - u32 |
Definition at line 70 of file mpcap.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Add packet.
| *pm | - mpcap_main_t |
| time_now | - f64 |
| n_bytes_in_trace | - u32 |
| n_bytes_in_packet | - u32 |
Definition at line 34 of file mpcap.h.
Here is the caller graph for this function: