FreeBSD kernel IXGBE device code
ixgbe_atr_input Union Reference

#include <ixgbe_type.h>

Data Fields

struct {
   u8   vm_pool
 
   u8   flow_type
 
   __be16   vlan_id
 
   __be32   dst_ip [4]
 
   __be32   src_ip [4]
 
   u8   inner_mac [6]
 
   __be16   tunnel_type
 
   __be32   tni_vni
 
   __be16   src_port
 
   __be16   dst_port
 
   __be16   flex_bytes
 
   __be16   bkt_hash
 
formatted
 
__be32 dword_stream [14]
 

Detailed Description

Definition at line 3572 of file ixgbe_type.h.

Field Documentation

◆ bkt_hash

◆ dst_ip

__be32 ixgbe_atr_input::dst_ip[4]

◆ dst_port

◆ dword_stream

__be32 ixgbe_atr_input::dword_stream[14]

Definition at line 3603 of file ixgbe_type.h.

Referenced by ixgbe_atr_compute_perfect_hash_82599().

◆ flex_bytes

__be16 ixgbe_atr_input::flex_bytes

◆ flow_type

◆ 

◆ inner_mac

u8 ixgbe_atr_input::inner_mac[6]

◆ src_ip

__be32 ixgbe_atr_input::src_ip[4]

◆ src_port

◆ tni_vni

__be32 ixgbe_atr_input::tni_vni

◆ tunnel_type

__be16 ixgbe_atr_input::tunnel_type

◆ vlan_id

__be16 ixgbe_atr_input::vlan_id

◆ vm_pool

u8 ixgbe_atr_input::vm_pool

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