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

The Path MTU DPO. More...

+ Collaboration diagram for ip_pmtu_dpo_t_:

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

Detailed Description

The Path MTU DPO.

interposed in the forwarding chain of the host prefix.

Definition at line 26 of file ip_path_mtu.h.

Field Documentation

◆ ipm_dpo

dpo_id_t ip_pmtu_dpo_t_::ipm_dpo

Stacked DPO.

Definition at line 48 of file ip_path_mtu.h.

◆ ipm_locks

u16 ip_pmtu_dpo_t_::ipm_locks

number of locks.

Definition at line 43 of file ip_path_mtu.h.

◆ ipm_pmtu

u16 ip_pmtu_dpo_t_::ipm_pmtu

Configured Path Mtu.

Definition at line 38 of file ip_path_mtu.h.

◆ ipm_proto

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.


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