![]() |
FD.io VPP
v21.06
Vector Packet Processing
|
Include dependency graph for ip_path_mtu_node.c:Go to the source code of this file.
Data Structures | |
| struct | ip_pmtu_trace_t_ |
Typedefs | |
| typedef struct ip_pmtu_trace_t_ | ip_pmtu_trace_t |
Enumerations | |
| enum | ip_pmtu_next_t { IP_PMTU_DROP, IP_PMTU_N_NEXT } |
Functions | |
| static u8 * | format_ip_pmtu_trace (u8 *s, va_list *args) |
| static uword | ip_pmtu_dpo_inline (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame, ip_address_family_t af) |
| VLIB_NODE_FN() | ip4_ip_pmtu_dpo_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
| VLIB_NODE_FN() | ip6_ip_pmtu_dpo_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
Variables | |
| vlib_node_registration_t | ip4_ip_pmtu_dpo_node |
| (constructor) VLIB_REGISTER_NODE (ip4_ip_pmtu_dpo_node) More... | |
| vlib_node_registration_t | ip6_ip_pmtu_dpo_node |
| (constructor) VLIB_REGISTER_NODE (ip6_ip_pmtu_dpo_node) More... | |
| typedef struct ip_pmtu_trace_t_ ip_pmtu_trace_t |
| enum ip_pmtu_next_t |
| Enumerator | |
|---|---|
| IP_PMTU_DROP | |
| IP_PMTU_N_NEXT | |
Definition at line 23 of file ip_path_mtu_node.c.
Definition at line 36 of file ip_path_mtu_node.c.
| VLIB_NODE_FN() ip4_ip_pmtu_dpo_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | from_frame | ||
| ) |
| VLIB_NODE_FN() ip6_ip_pmtu_dpo_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | from_frame | ||
| ) |
|
inlinestatic |
Definition at line 48 of file ip_path_mtu_node.c.
Here is the call graph for this function:
Here is the caller graph for this function:| vlib_node_registration_t ip4_ip_pmtu_dpo_node |
(constructor) VLIB_REGISTER_NODE (ip4_ip_pmtu_dpo_node)
Definition at line 175 of file ip_path_mtu_node.c.
| vlib_node_registration_t ip6_ip_pmtu_dpo_node |
(constructor) VLIB_REGISTER_NODE (ip6_ip_pmtu_dpo_node)
Definition at line 186 of file ip_path_mtu_node.c.