![]() |
FD.io VPP
v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
|
IPv6 Reassembly. More...
Include dependency graph for ip6_reassembly.c:Go to the source code of this file.
Data Structures | |
| struct | ip6_reass_key_t |
| union | ip6_reass_val_t |
| union | ip6_reass_kv_t |
| struct | ip6_reass_t |
| struct | ip6_reass_per_thread_t |
| struct | ip6_reass_main_t |
| struct | ip6_reass_range_trace_t |
| struct | ip6_reass_trace_t |
| struct | ip6_rehash_cb_ctx |
| struct | ip6_reassembly_handoff_trace_t |
Macros | |
| #define | MSEC_PER_SEC 1000 |
| #define | IP6_REASS_TIMEOUT_DEFAULT_MS 100 |
| #define | IP6_REASS_EXPIRE_WALK_INTERVAL_DEFAULT_MS 10000 |
| #define | IP6_REASS_MAX_REASSEMBLIES_DEFAULT 1024 |
| #define | IP6_REASS_HT_LOAD_FACTOR (0.75) |
| #define | foreach_ip6_reassembly_handoff_error _(CONGESTION_DROP, "congestion drop") |
Variables | |
| ip6_reass_main_t | ip6_reass_main |
| static char * | ip6_reassembly_error_strings [] |
| vlib_node_registration_t | ip6_reass_node |
| (constructor) VLIB_REGISTER_NODE (ip6_reass_node) More... | |
| vlib_node_registration_t | ip6_reass_node_feature |
| (constructor) VLIB_REGISTER_NODE (ip6_reass_node_feature) More... | |
| static vlib_node_registration_t | ip6_reass_expire_node |
| (constructor) VLIB_REGISTER_NODE (ip6_reass_expire_node) More... | |
| static vlib_cli_command_t | show_ip6_reassembly_cmd |
| (constructor) VLIB_CLI_COMMAND (show_ip6_reassembly_cmd) More... | |
| static char * | ip6_reassembly_handoff_error_strings [] |
| vlib_node_registration_t | ip6_reassembly_handoff_node |
| (constructor) VLIB_REGISTER_NODE (ip6_reassembly_handoff_node) More... | |
| vlib_node_registration_t | ip6_reassembly_feature_handoff_node |
| (constructor) VLIB_REGISTER_NODE (ip6_reassembly_feature_handoff_node) More... | |
IPv6 Reassembly.
This file contains the source code for IPv6 reassembly.
Definition in file ip6_reassembly.c.
| #define foreach_ip6_reassembly_handoff_error _(CONGESTION_DROP, "congestion drop") |
Definition at line 1504 of file ip6_reassembly.c.
| #define IP6_REASS_EXPIRE_WALK_INTERVAL_DEFAULT_MS 10000 |
Definition at line 31 of file ip6_reassembly.c.
| #define IP6_REASS_HT_LOAD_FACTOR (0.75) |
Definition at line 33 of file ip6_reassembly.c.
| #define IP6_REASS_MAX_REASSEMBLIES_DEFAULT 1024 |
Definition at line 32 of file ip6_reassembly.c.
| #define IP6_REASS_TIMEOUT_DEFAULT_MS 100 |
Definition at line 30 of file ip6_reassembly.c.
| #define MSEC_PER_SEC 1000 |
Definition at line 29 of file ip6_reassembly.c.
| enum ip6_reass_event_t |
| Enumerator | |
|---|---|
| IP6_EVENT_CONFIG_CHANGED | |
Definition at line 1130 of file ip6_reassembly.c.
| enum ip6_reass_next_t |
| Enumerator | |
|---|---|
| IP6_REASSEMBLY_NEXT_INPUT | |
| IP6_REASSEMBLY_NEXT_DROP | |
| IP6_REASSEMBLY_NEXT_ICMP_ERROR | |
| IP6_REASSEMBLY_NEXT_HANDOFF | |
| IP6_REASSEMBLY_N_NEXT | |
Definition at line 160 of file ip6_reassembly.c.
| enum ip6_reass_rc_t |
| Enumerator | |
|---|---|
| IP6_REASS_RC_OK | |
| IP6_REASS_RC_INTERNAL_ERROR | |
| IP6_REASS_RC_NO_BUF | |
Definition at line 35 of file ip6_reassembly.c.
| Enumerator | |
|---|---|
| RANGE_NEW | |
| RANGE_OVERLAP | |
| ICMP_ERROR_RT_EXCEEDED | |
| ICMP_ERROR_FL_TOO_BIG | |
| ICMP_ERROR_FL_NOT_MULT_8 | |
| FINALIZE | |
Definition at line 169 of file ip6_reassembly.c.
| Enumerator | |
|---|---|
| IP6_REASSEMBLY_HANDOFF_N_ERROR | |
Definition at line 1508 of file ip6_reassembly.c.
Definition at line 1397 of file ip6_reassembly.c.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 215 of file ip6_reassembly.c.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 225 of file ip6_reassembly.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 267 of file ip6_reassembly.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 88 of file ip6_reassembly.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
|
inlinestatic |
Definition at line 317 of file ip6_reassembly.c.
Here is the call graph for this function:
Here is the caller graph for this function:| vnet_api_error_t ip6_reass_enable_disable | ( | u32 | sw_if_index, |
| u8 | enable_disable | ||
| ) |
Definition at line 1497 of file ip6_reassembly.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 454 of file ip6_reassembly.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 386 of file ip6_reassembly.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
| vnet_api_error_t ip6_reass_get | ( | u32 * | timeout_ms, |
| u32 * | max_reassemblies, | ||
| u32 * | expire_walk_interval_ms | ||
| ) |
get ip6 reassembly configuration
Definition at line 1200 of file ip6_reassembly.c.
Here is the caller graph for this function:
|
static |
|
static |
|
inlinestatic |
Definition at line 677 of file ip6_reassembly.c.
Here is the call graph for this function:
Here is the caller graph for this function:| VLIB_NODE_FN() ip6_reass_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | frame | ||
| ) |
| VLIB_NODE_FN() ip6_reass_node_feature | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | frame | ||
| ) |
|
inlinestatic |
Definition at line 350 of file ip6_reassembly.c.
Here is the call graph for this function:
Here is the caller graph for this function:| vnet_api_error_t ip6_reass_set | ( | u32 | timeout_ms, |
| u32 | max_reassemblies, | ||
| u32 | expire_walk_interval_ms | ||
| ) |
set ip6 reassembly configuration
Definition at line 1163 of file ip6_reassembly.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 202 of file ip6_reassembly.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 704 of file ip6_reassembly.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 852 of file ip6_reassembly.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 874 of file ip6_reassembly.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 830 of file ip6_reassembly.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
| VLIB_NODE_FN() ip6_reassembly_feature_handoff_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | frame | ||
| ) |
|
inlinestatic |
Definition at line 1543 of file ip6_reassembly.c.
Here is the call graph for this function:
Here is the caller graph for this function:| VLIB_NODE_FN() ip6_reassembly_handoff_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | frame | ||
| ) |
|
inlinestatic |
Definition at line 897 of file ip6_reassembly.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
| VNET_FEATURE_INIT | ( | ip6_reassembly_feature | , |
| static | |||
| ) |
|
static |
(constructor) VLIB_REGISTER_NODE (ip6_reass_expire_node)
Definition at line 1384 of file ip6_reassembly.c.
| ip6_reass_main_t ip6_reass_main |
Definition at line 157 of file ip6_reassembly.c.
| vlib_node_registration_t ip6_reass_node |
(constructor) VLIB_REGISTER_NODE (ip6_reass_node)
Definition at line 1060 of file ip6_reassembly.c.
| vlib_node_registration_t ip6_reass_node_feature |
(constructor) VLIB_REGISTER_NODE (ip6_reass_node_feature)
Definition at line 1085 of file ip6_reassembly.c.
|
static |
Definition at line 1047 of file ip6_reassembly.c.
| vlib_node_registration_t ip6_reassembly_feature_handoff_node |
(constructor) VLIB_REGISTER_NODE (ip6_reassembly_feature_handoff_node)
Definition at line 1625 of file ip6_reassembly.c.
|
static |
Definition at line 1516 of file ip6_reassembly.c.
| vlib_node_registration_t ip6_reassembly_handoff_node |
(constructor) VLIB_REGISTER_NODE (ip6_reassembly_handoff_node)
Definition at line 1602 of file ip6_reassembly.c.
|
static |
(constructor) VLIB_CLI_COMMAND (show_ip6_reassembly_cmd)
Definition at line 1488 of file ip6_reassembly.c.