Searched refs:TCP_FIN_REQ_COMPLETED (Results 1 – 3 of 3) sorted by relevance
461 #define TCP_FIN_REQ_COMPLETED 0x0010 macro489 …#define TCP_TX_COMP_BLOCKED (TCP_RST_REQ_COMPLETED | TCP_FIN_REQ_COMPLETED | TCP_REMOTE_RST_RE…
231 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()
2026 … 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()