Searched refs:TCP_POST_COMPLETE_SPLIT (Results 1 – 3 of 3) sorted by relevance
169 SET_FLAGS(con->flags, TCP_POST_COMPLETE_SPLIT); in lm_tcp_complete_nbytes()
349 if (GET_FLAGS(con->flags, TCP_POST_COMPLETE_SPLIT)) { in lm_tcp_complete_tcp_buf()350 RESET_FLAGS(con->flags, TCP_POST_COMPLETE_SPLIT); in lm_tcp_complete_tcp_buf()1825 if (GET_FLAGS(rx_con->flags, TCP_POST_COMPLETE_SPLIT)) { in lm_tcp_rx_post_buf()
476 …#define TCP_POST_COMPLETE_SPLIT 0x80000 /* lm sets this when every split b… macro