FD.io VPP
v21.10.1-2-g0a485f517
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 60 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 63 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 66 of file ipsec_tun.c.