![]() |
FD.io VPP
v21.06-1-gbb7418cf9
Vector Packet Processing
|
Collaboration diagram for nat_6t_flow_t:Data Fields | |
| int | ops |
| nat_6t_t | match |
| struct { | |
| ip4_address_t saddr | |
| ip4_address_t daddr | |
| u16 sport | |
| u16 dport | |
| u32 fib_index | |
| u8 proto | |
| u16 icmp_id | |
| } | rewrite |
| uword | l3_csum_delta |
| uword | l4_csum_delta |
Definition at line 221 of file nat44_ed.h.
| ip4_address_t nat_6t_flow_t::daddr |
Definition at line 233 of file nat44_ed.h.
| u16 nat_6t_flow_t::dport |
Definition at line 235 of file nat44_ed.h.
| u32 nat_6t_flow_t::fib_index |
Definition at line 236 of file nat44_ed.h.
| u16 nat_6t_flow_t::icmp_id |
Definition at line 238 of file nat44_ed.h.
| uword nat_6t_flow_t::l3_csum_delta |
Definition at line 240 of file nat44_ed.h.
| uword nat_6t_flow_t::l4_csum_delta |
Definition at line 241 of file nat44_ed.h.
| nat_6t_t nat_6t_flow_t::match |
Definition at line 230 of file nat44_ed.h.
| int nat_6t_flow_t::ops |
Definition at line 229 of file nat44_ed.h.
| u8 nat_6t_flow_t::proto |
Definition at line 237 of file nat44_ed.h.
| struct { ... } nat_6t_flow_t::rewrite |
| ip4_address_t nat_6t_flow_t::saddr |
Definition at line 233 of file nat44_ed.h.
| u16 nat_6t_flow_t::sport |
Definition at line 234 of file nat44_ed.h.