FD.io VPP  v21.06
Vector Packet Processing
ip_pmtu_t_ Struct Reference

Remote Path MTU tracking object. More...

+ Collaboration diagram for ip_pmtu_t_:

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...
 

Detailed Description

Remote Path MTU tracking object.

Definition at line 72 of file ip_path_mtu.h.

Field Documentation

◆ ipt_cfg_pmtu

u16 ip_pmtu_t_::ipt_cfg_pmtu

Configured MTU.

Definition at line 83 of file ip_path_mtu.h.

◆ ipt_fib_entry

fib_node_index_t ip_pmtu_t_::ipt_fib_entry

Track fib entry.

Definition at line 78 of file ip_path_mtu.h.

◆ ipt_flags

ip_pmtu_flags_t ip_pmtu_t_::ipt_flags

Definition at line 80 of file ip_path_mtu.h.

◆ ipt_node

fib_node_t ip_pmtu_t_::ipt_node

linkage into the FIB graph

Definition at line 75 of file ip_path_mtu.h.

◆ ipt_oper_pmtu

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.

◆ ipt_parent_pmtu

u16 ip_pmtu_t_::ipt_parent_pmtu

MTU from the parent MTU.

Definition at line 86 of file ip_path_mtu.h.

◆ ipt_sibling

u32 ip_pmtu_t_::ipt_sibling

Definition at line 79 of file ip_path_mtu.h.


The documentation for this struct was generated from the following file: