Searched refs:split_flags (Results 1 – 1 of 1) sorted by relevance
836 u8_t split_flags; in tcp_split_unsent_seg() local904 split_flags = TCPH_FLAGS(useg->tcphdr); in tcp_split_unsent_seg()907 if (split_flags & TCP_PSH) { in tcp_split_unsent_seg()908 split_flags &= ~TCP_PSH; in tcp_split_unsent_seg()911 if (split_flags & TCP_FIN) { in tcp_split_unsent_seg()912 split_flags &= ~TCP_FIN; in tcp_split_unsent_seg()938 TCPH_SET_FLAG(useg->tcphdr, split_flags); in tcp_split_unsent_seg()
Completed in 6 milliseconds