Searched refs:TF_SEG_OPTS_MSS (Results 1 – 2 of 2) sorted by relevance
291 #define TF_SEG_OPTS_MSS (u8_t)0x01U /* Include MSS option. */ macro299 (flags & TF_SEG_OPTS_MSS ? 4 : 0) + \
744 optflags = TF_SEG_OPTS_MSS; in tcp_enqueue_flags()1070 if (seg->flags & TF_SEG_OPTS_MSS) { in tcp_output_segment()