Searched refs:TCP_POST_DELAYED (Results 1 – 3 of 3) sorted by relevance
115 DbgBreakIf(GET_FLAGS(con->flags, TCP_POST_DELAYED) == 0); in lm_tcp_complete_nbytes()166 DbgBreakIf(GET_FLAGS(con->flags, TCP_POST_DELAYED) == 0); in lm_tcp_complete_nbytes()
1153 RESET_FLAGS(con->flags, TCP_POST_DELAYED); in lm_tcp_rx_complete_tcp_fp()1776 if ( GET_FLAGS(rx_con->flags, TCP_POST_DELAYED)) { in lm_tcp_rx_post_buf()1796 SET_FLAGS(rx_con->flags, TCP_POST_DELAYED); in lm_tcp_rx_post_buf()
475 …#define TCP_POST_DELAYED 0x40000 /* lm sets this when posting buffer… macro