Home
last modified time | relevance | path

Searched refs:TCP_FIN_REQ_COMPLETED (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h461 #define TCP_FIN_REQ_COMPLETED 0x0010 macro
489 …#define TCP_TX_COMP_BLOCKED (TCP_RST_REQ_COMPLETED | TCP_FIN_REQ_COMPLETED | TCP_REMOTE_RST_RE…
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4tx.c231 DbgBreakIf(tcp->tx_con->flags & TCP_FIN_REQ_COMPLETED); in lm_tcp_tx_graceful_disconnect_complete()
232 tcp->tx_con->flags |= TCP_FIN_REQ_COMPLETED; in lm_tcp_tx_graceful_disconnect_complete()
H A Dlm_l4sp.c2026 … if ((tcp->tx_con->flags & TCP_FIN_REQ_POSTED) && !(tcp->tx_con->flags & TCP_FIN_REQ_COMPLETED)) { in _lm_tcp_init_xstorm_toe_context()
3131 con->flags |= (TCP_FIN_REQ_POSTED | TCP_FIN_REQ_COMPLETED); in lm_tcp_init_tcp_state_machine()
4638 RESET_FLAGS(tx_flags, TCP_FIN_REQ_COMPLETED); in lm_tcp_process_retrieve_indication_cqe()