Home
last modified time | relevance | path

Searched refs:TCP_RST_REQ_POSTED (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h458 #define TCP_RST_REQ_POSTED 0x0002 macro
482 …#define TCP_TX_POST_BLOCKED (TCP_FIN_REQ_POSTED | TCP_RST_REQ_POSTED | TCP_INV_REQ_POSTED | TC…
486 … #define TCP_RX_POST_BLOCKED (TCP_RST_REQ_POSTED | TCP_INV_REQ_POSTED | TCP_TRM_REQ_POSTED | \
497 …#define TCP_RX_IND_BLOCKED (TCP_RST_REQ_POSTED | TCP_INV_REQ_POSTED | TCP_TRM_REQ_POSTED | TC…
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c3333 tx_con->flags |= TCP_RST_REQ_POSTED; in lm_tcp_post_abortive_disconnect_request()
3343 rx_con->flags |= TCP_RST_REQ_POSTED; in lm_tcp_post_abortive_disconnect_request()
5037 if (!(tx_con->flags & (TCP_RST_REQ_POSTED | TCP_INV_REQ_POSTED | TCP_TRM_REQ_POSTED))) { in lm_tcp_tx_rst_received_complete()