Searched refs:TCP_BUF_FLAG_L4_POST_START (Results 1 – 4 of 4) sorted by relevance
94 !(tcp_buf->flags & TCP_BUF_FLAG_L4_POST_START ? in lm_tcp_complete_nbytes()131 !(tcp_buf->flags & TCP_BUF_FLAG_L4_POST_START ? in lm_tcp_complete_nbytes()
166 DbgBreakIf(!(tcp_buf->flags & TCP_BUF_FLAG_L4_POST_START ? in lm_tcp_tx_post_buf()
1806 DbgBreakIf(!(tcp_buf->flags & TCP_BUF_FLAG_L4_POST_START ? in lm_tcp_rx_post_buf()1817 …split_buffer = !(GET_FLAGS(tcp_buf->flags, TCP_BUF_FLAG_L4_POST_START) && GET_FLAGS(tcp_buf->flags… in lm_tcp_rx_post_buf()1938 if(tcp_buf->flags & TCP_BUF_FLAG_L4_POST_START) { in _lm_tcp_rx_post_buf()
55 #define TCP_BUF_FLAG_L4_POST_START 0x01 macro