FD.io VPP  v19.08-27-gf4dcae4
Vector Packet Processing
ixge_flow_director_key_t Union Reference
+ Collaboration diagram for ixge_flow_director_key_t:

Data Fields

struct {
   union {
      struct {
         ip6_address_t   src_address
 
         u32   unused [1]
 
      }   ip6
 
      struct {
         u32   unused [3]
 
         ip4_address_t   src_address
 
         ip4_address_t   dst_address
 
      }   ip4
 
   } 
 
   u32   tcp_udp_ports
 
   u32   vlan_and_flex_word
 
   u32   hash
 
}; 
 
u32 as_u32 [8]
 

Detailed Description

Definition at line 957 of file ixge.h.

Field Documentation

struct { ... }
u32 ixge_flow_director_key_t::as_u32[8]

Definition at line 990 of file ixge.h.

ip4_address_t ixge_flow_director_key_t::dst_address

Definition at line 972 of file ixge.h.

u32 ixge_flow_director_key_t::hash

Definition at line 987 of file ixge.h.

struct { ... } ixge_flow_director_key_t::ip4
struct { ... } ixge_flow_director_key_t::ip6
ip6_address_t ixge_flow_director_key_t::src_address

Definition at line 966 of file ixge.h.

ip4_address_t ixge_flow_director_key_t::src_address

Definition at line 972 of file ixge.h.

u32 ixge_flow_director_key_t::tcp_udp_ports

Definition at line 978 of file ixge.h.

u32 ixge_flow_director_key_t::unused[3]

Definition at line 967 of file ixge.h.

u32 ixge_flow_director_key_t::vlan_and_flex_word

Definition at line 982 of file ixge.h.


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