FD.io VPP  v21.06-3-gbb25fbf28
Vector Packet Processing
avf_tcp_hdr Struct Reference

TCP Header. More...

Data Fields

u16 src_port
 TCP source port. More...
 
u16 dst_port
 TCP destination port. More...
 
u32 sent_seq
 TX data sequence number. More...
 
u32 recv_ack
 RX data acknowledgment sequence number. More...
 
u8 data_off
 Data offset. More...
 
u8 tcp_flags
 TCP flags. More...
 
u16 rx_win
 RX flow control window. More...
 
u16 cksum
 TCP checksum. More...
 
u16 tcp_urp
 TCP urgent pointer, if any. More...
 

Detailed Description

TCP Header.

Definition at line 617 of file avf_advanced_flow.h.

Field Documentation

◆ cksum

u16 avf_tcp_hdr::cksum

TCP checksum.

Definition at line 626 of file avf_advanced_flow.h.

◆ data_off

u8 avf_tcp_hdr::data_off

Data offset.

Definition at line 623 of file avf_advanced_flow.h.

◆ dst_port

u16 avf_tcp_hdr::dst_port

TCP destination port.

Definition at line 620 of file avf_advanced_flow.h.

◆ recv_ack

u32 avf_tcp_hdr::recv_ack

RX data acknowledgment sequence number.

Definition at line 622 of file avf_advanced_flow.h.

◆ rx_win

u16 avf_tcp_hdr::rx_win

RX flow control window.

Definition at line 625 of file avf_advanced_flow.h.

◆ sent_seq

u32 avf_tcp_hdr::sent_seq

TX data sequence number.

Definition at line 621 of file avf_advanced_flow.h.

◆ src_port

u16 avf_tcp_hdr::src_port

TCP source port.

Definition at line 619 of file avf_advanced_flow.h.

◆ tcp_flags

u8 avf_tcp_hdr::tcp_flags

TCP flags.

Definition at line 624 of file avf_advanced_flow.h.

◆ tcp_urp

u16 avf_tcp_hdr::tcp_urp

TCP urgent pointer, if any.

Definition at line 627 of file avf_advanced_flow.h.


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