FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
The Path MTU DPO. More...
Data Fields | |
dpo_proto_t | ipm_proto |
The protocol of packets using this DPO. More... | |
u16 | ipm_pmtu |
Configured Path Mtu. More... | |
u16 | ipm_locks |
number of locks. More... | |
dpo_id_t | ipm_dpo |
Stacked DPO. More... | |
The Path MTU DPO.
interposed in the forwarding chain of the host prefix.
Definition at line 26 of file ip_path_mtu.h.
dpo_id_t ip_pmtu_dpo_t_::ipm_dpo |
Stacked DPO.
Definition at line 48 of file ip_path_mtu.h.
u16 ip_pmtu_dpo_t_::ipm_locks |
number of locks.
Definition at line 43 of file ip_path_mtu.h.
u16 ip_pmtu_dpo_t_::ipm_pmtu |
Configured Path Mtu.
Definition at line 38 of file ip_path_mtu.h.
dpo_proto_t ip_pmtu_dpo_t_::ipm_proto |
The protocol of packets using this DPO.
Definition at line 31 of file ip_path_mtu.h.