Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h590 typedef struct _lm_tcp_state_calculation_t struct
592 u64_t fin_request_time; /* written by Tx path, when a fin request is posted to the chip */
593 … u64_t fin_completed_time; /* written by Tx path, when a fin request is completed by the chip */
594 u64_t fin_reception_time; /* written by Rx path, when a remote fin is received */
595 u8_t con_rst_flag; /* set whenever chip reports RST reception or RST sent completion */
596 …er chip reports request to upload a connection after SYN was received or FIN_WAIT2 timer expired */
597 u8_t _pad[2];