![]() |
FD.io VPP
v21.01.1
Vector Packet Processing
|
IPv6 shallow virtual reassembly. More...
Include dependency graph for ip6_sv_reass.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| vnet_api_error_t | ip6_sv_reass_set (u32 timeout_ms, u32 max_reassemblies, u32 max_reassembly_length, u32 expire_walk_interval_ms) |
| set ip6 reassembly configuration More... | |
| vnet_api_error_t | ip6_sv_reass_get (u32 *timeout_ms, u32 *max_reassemblies, u32 *max_reassembly_length, u32 *expire_walk_interval_ms) |
| get ip6 reassembly configuration More... | |
| vnet_api_error_t | ip6_sv_reass_enable_disable (u32 sw_if_index, u8 enable_disable) |
| int | ip6_sv_reass_enable_disable_with_refcnt (u32 sw_if_index, int is_enable) |
IPv6 shallow virtual reassembly.
This file contains the source code for IPv6 shallow virtual reassembly.
Definition in file ip6_sv_reass.h.
| vnet_api_error_t ip6_sv_reass_enable_disable | ( | u32 | sw_if_index, |
| u8 | enable_disable | ||
| ) |
Definition at line 1183 of file ip6_sv_reass.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int ip6_sv_reass_enable_disable_with_refcnt | ( | u32 | sw_if_index, |
| int | is_enable | ||
| ) |
Definition at line 1326 of file ip6_sv_reass.c.
Here is the call graph for this function:
Here is the caller graph for this function:| vnet_api_error_t ip6_sv_reass_get | ( | u32 * | timeout_ms, |
| u32 * | max_reassemblies, | ||
| u32 * | max_reassembly_length, | ||
| u32 * | expire_walk_interval_ms | ||
| ) |
get ip6 reassembly configuration
Definition at line 934 of file ip6_sv_reass.c.
Here is the caller graph for this function:| vnet_api_error_t ip6_sv_reass_set | ( | u32 | timeout_ms, |
| u32 | max_reassemblies, | ||
| u32 | max_reassembly_length, | ||
| u32 | expire_walk_interval_ms | ||
| ) |
set ip6 reassembly configuration
Definition at line 896 of file ip6_sv_reass.c.
Here is the call graph for this function:
Here is the caller graph for this function: