FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
The DB of all added per-nh tunnel protectiond. More...
Data Fields | |
uword * | id_hash |
A hash table key'd on IP (4 or 6) address. More... | |
index_t | id_itp |
If the interface is P2P then there is only one protect object associated with the auto-adj for each NH proto. More... | |
The DB of all added per-nh tunnel protectiond.
Definition at line 51 of file ipsec_tun.c.
uword* ipsec_tun_protect_itf_db_t_::id_hash |
A hash table key'd on IP (4 or 6) address.
Definition at line 54 of file ipsec_tun.c.
index_t ipsec_tun_protect_itf_db_t_::id_itp |
If the interface is P2P then there is only one protect object associated with the auto-adj for each NH proto.
Definition at line 57 of file ipsec_tun.c.