![]() |
FD.io VPP
v21.06
Vector Packet Processing
|
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... | |
TCP Header.
Definition at line 617 of file avf_advanced_flow.h.
| u16 avf_tcp_hdr::cksum |
TCP checksum.
Definition at line 626 of file avf_advanced_flow.h.
| u8 avf_tcp_hdr::data_off |
Data offset.
Definition at line 623 of file avf_advanced_flow.h.
| u16 avf_tcp_hdr::dst_port |
TCP destination port.
Definition at line 620 of file avf_advanced_flow.h.
| u32 avf_tcp_hdr::recv_ack |
RX data acknowledgment sequence number.
Definition at line 622 of file avf_advanced_flow.h.
| u16 avf_tcp_hdr::rx_win |
RX flow control window.
Definition at line 625 of file avf_advanced_flow.h.
| u32 avf_tcp_hdr::sent_seq |
TX data sequence number.
Definition at line 621 of file avf_advanced_flow.h.
| u16 avf_tcp_hdr::src_port |
TCP source port.
Definition at line 619 of file avf_advanced_flow.h.
| u8 avf_tcp_hdr::tcp_flags |
TCP flags.
Definition at line 624 of file avf_advanced_flow.h.
| u16 avf_tcp_hdr::tcp_urp |
TCP urgent pointer, if any.
Definition at line 627 of file avf_advanced_flow.h.