NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
tcp_hdr Struct Reference

#include </opt/mellanox/doca/applications/gpu_packet_processing/config_queues/packets.h>

Data Fields

uint16_t src_port
 
uint16_t dst_port
 
uint32_t sent_seq
 
uint32_t recv_ack
 
uint8_t dt_off
 
uint8_t tcp_flags
 
uint16_t rx_win
 
uint16_t cksum
 
uint16_t tcp_urp
 

Detailed Description

Definition at line 79 of file packets.h.

Field Documentation

◆ cksum

uint16_t tcp_hdr::cksum

Definition at line 87 of file packets.h.

◆ dst_port

uint16_t tcp_hdr::dst_port

Definition at line 81 of file packets.h.

◆ dt_off

uint8_t tcp_hdr::dt_off

Definition at line 84 of file packets.h.

◆ recv_ack

uint32_t tcp_hdr::recv_ack

Definition at line 83 of file packets.h.

◆ rx_win

uint16_t tcp_hdr::rx_win

Definition at line 86 of file packets.h.

◆ sent_seq

uint32_t tcp_hdr::sent_seq

Definition at line 82 of file packets.h.

◆ src_port

uint16_t tcp_hdr::src_port

Definition at line 80 of file packets.h.

◆ tcp_flags

uint8_t tcp_hdr::tcp_flags

Definition at line 85 of file packets.h.

◆ tcp_urp

uint16_t tcp_hdr::tcp_urp

Definition at line 88 of file packets.h.


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