Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4fp.c140 DbgBreakIf((push == 1) && (tcp_buf->flags & TCP_BUF_FLAG_L4_RX_NO_PUSH)); in lm_tcp_complete_nbytes()
H A Dlm_l4rx.c1943 if ( tcp_buf->flags & TCP_BUF_FLAG_L4_RX_NO_PUSH ) { in _lm_tcp_rx_post_buf()
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h60 #define TCP_BUF_FLAG_L4_RX_NO_PUSH 0x10 macro