![]() |
FD.io VPP
v16.06
Vector Packet Processing
|
Include dependency graph for sr.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | ip6_sr_tunnel_key_t |
| struct | ip6_sr_tunnel_t |
| struct | ip6_sr_hmac_key_t |
| struct | ip6_sr_add_del_tunnel_args_t |
| struct | ip6_sr_add_del_policy_args_t |
| struct | ip6_sr_policy_t |
| struct | ip6_sr_add_del_multicastmap_args_t |
| struct | ip6_sr_main_t |
Functions | |
| int | ip6_sr_add_del_tunnel (ip6_sr_add_del_tunnel_args_t *a) |
| int | ip6_sr_add_del_policy (ip6_sr_add_del_policy_args_t *a) |
| int | ip6_sr_add_del_multicastmap (ip6_sr_add_del_multicastmap_args_t *a) |
| void | vnet_register_sr_app_callback (void *cb) |
| void | sr_fix_hmac (ip6_sr_main_t *sm, ip6_header_t *ip, ip6_sr_header_t *sr) |
Variables | |
| ip6_sr_main_t | sr_main |
| format_function_t | format_ip6_sr_header |
| format_function_t | format_ip6_sr_header_with_length |
| vlib_node_registration_t | ip6_sr_input_node |
| int ip6_sr_add_del_multicastmap | ( | ip6_sr_add_del_multicastmap_args_t * | a | ) |
| int ip6_sr_add_del_policy | ( | ip6_sr_add_del_policy_args_t * | a | ) |
| int ip6_sr_add_del_tunnel | ( | ip6_sr_add_del_tunnel_args_t * | a | ) |
| void sr_fix_hmac | ( | ip6_sr_main_t * | sm, |
| ip6_header_t * | ip, | ||
| ip6_sr_header_t * | sr | ||
| ) |
| format_function_t format_ip6_sr_header |
| format_function_t format_ip6_sr_header_with_length |
| vlib_node_registration_t ip6_sr_input_node |
| ip6_sr_main_t sr_main |