FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Remote Path MTU tracking object. More...
Data Fields | |
fib_node_t | ipt_node |
linkage into the FIB graph More... | |
fib_node_index_t | ipt_fib_entry |
Track fib entry. More... | |
u32 | ipt_sibling |
ip_pmtu_flags_t | ipt_flags |
u16 | ipt_cfg_pmtu |
Configured MTU. More... | |
u16 | ipt_parent_pmtu |
MTU from the parent MTU. More... | |
u16 | ipt_oper_pmtu |
operational MTU; the minimum value of the cfg and parent MTU More... | |
Remote Path MTU tracking object.
Definition at line 72 of file ip_path_mtu.h.
u16 ip_pmtu_t_::ipt_cfg_pmtu |
Configured MTU.
Definition at line 83 of file ip_path_mtu.h.
fib_node_index_t ip_pmtu_t_::ipt_fib_entry |
Track fib entry.
Definition at line 78 of file ip_path_mtu.h.
ip_pmtu_flags_t ip_pmtu_t_::ipt_flags |
Definition at line 80 of file ip_path_mtu.h.
fib_node_t ip_pmtu_t_::ipt_node |
linkage into the FIB graph
Definition at line 75 of file ip_path_mtu.h.
u16 ip_pmtu_t_::ipt_oper_pmtu |
operational MTU; the minimum value of the cfg and parent MTU
Definition at line 89 of file ip_path_mtu.h.
u16 ip_pmtu_t_::ipt_parent_pmtu |
MTU from the parent MTU.
Definition at line 86 of file ip_path_mtu.h.
u32 ip_pmtu_t_::ipt_sibling |
Definition at line 79 of file ip_path_mtu.h.