FD.io VPP  v20.09-64-g4f7b92f0a
Vector Packet Processing
gro_flow_key_t Union Reference

Data Fields

struct {
   u32   sw_if_index [VLIB_N_RX_TX]
 
   ip46_address_t   src_address
 
   ip46_address_t   dst_address
 
   u16   src_port
 
   u16   dst_port
 
}; 
 
u64 flow_data [5]
 
u32 flow_data_u32
 

Detailed Description

Definition at line 29 of file gro.h.

Field Documentation

◆ @355

struct { ... }

◆ dst_address

ip46_address_t gro_flow_key_t::dst_address

Definition at line 35 of file gro.h.

◆ dst_port

u16 gro_flow_key_t::dst_port

Definition at line 37 of file gro.h.

◆ flow_data

u64 gro_flow_key_t::flow_data[5]

Definition at line 40 of file gro.h.

◆ flow_data_u32

u32 gro_flow_key_t::flow_data_u32

Definition at line 41 of file gro.h.

◆ src_address

ip46_address_t gro_flow_key_t::src_address

Definition at line 34 of file gro.h.

◆ src_port

u16 gro_flow_key_t::src_port

Definition at line 36 of file gro.h.

◆ sw_if_index

u32 gro_flow_key_t::sw_if_index[VLIB_N_RX_TX]

Definition at line 33 of file gro.h.


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