Home
last modified time | relevance | path

Searched defs:tcp_ackent (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_lro.h183 struct tcp_ackent { struct
184 uint64_t timestamp; /* hardware or sofware timestamp, valid if TSTMP_LRO or TSTMP_HDRW set */
185 uint32_t seq; /* th_seq value */
186 uint32_t ack; /* th_ack value */
187 uint32_t ts_value; /* If ts option value, valid if HAS_TSTMP is set */
188 uint32_t ts_echo; /* If ts option echo, valid if HAS_TSTMP is set */
189 uint16_t win; /* TCP window */
190 uint16_t flags; /* Flags to say if TS is present and type of timestamp and th_flags */
191 uint8_t codepoint; /* IP level codepoint including ECN bits */
192 uint8_t ack_val_set; /* Classification of ack used by the stack */
[all …]