![]() |
FD.io VPP
v17.01.1-3-gc6833f8
Vector Packet Processing
|
Include dependency graph for ip6_ioam_seqno.c:Go to the source code of this file.
Functions | |
| void | ioam_seqno_init_bitmap (ioam_seqno_data *data) |
| int | ioam_seqno_encap_handler (vlib_buffer_t *b, ip6_header_t *ip, ip6_hop_by_hop_option_t *opt) |
| int | ioam_seqno_decap_handler (vlib_buffer_t *b, ip6_header_t *ip, ip6_hop_by_hop_option_t *opt) |
| u8 * | show_ioam_seqno_cmd_fn (u8 *s, ioam_seqno_data *seqno_data, u8 enc) |
Variables | |
| ioam_seqno_data_main_t | ioam_seqno_main |
| int ioam_seqno_decap_handler | ( | vlib_buffer_t * | b, |
| ip6_header_t * | ip, | ||
| ip6_hop_by_hop_option_t * | opt | ||
| ) |
Definition at line 72 of file ip6_ioam_seqno.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int ioam_seqno_encap_handler | ( | vlib_buffer_t * | b, |
| ip6_header_t * | ip, | ||
| ip6_hop_by_hop_option_t * | opt | ||
| ) |
Definition at line 53 of file ip6_ioam_seqno.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void ioam_seqno_init_bitmap | ( | ioam_seqno_data * | data | ) |
| u8* show_ioam_seqno_cmd_fn | ( | u8 * | s, |
| ioam_seqno_data * | seqno_data, | ||
| u8 | enc | ||
| ) |
Definition at line 88 of file ip6_ioam_seqno.c.
Here is the call graph for this function:
Here is the caller graph for this function:| ioam_seqno_data_main_t ioam_seqno_main |
Definition at line 31 of file ip6_ioam_seqno.c.