Searched refs:TCP_PSH (Results 1 – 5 of 5) sorted by relevance
75 #define TCP_PSH 0x08U macro
387 if (TCPH_FLAGS(th) & TCP_PSH) { in vj_compress_tcp()540 TCPH_SET_FLAG(th, TCP_PSH); in vj_uncompress_tcp()542 TCPH_UNSET_FLAG(th, TCP_PSH); in vj_uncompress_tcp()
792 TCPH_SET_FLAG(seg->tcphdr, TCP_PSH); in tcp_write()904 if (split_flags & TCP_PSH) { in tcp_split_unsent_seg()905 split_flags &= ~TCP_PSH; in tcp_split_unsent_seg()906 remainder_flags |= TCP_PSH; in tcp_split_unsent_seg()
2467 if (flags & TCP_PSH) { in tcp_debug_print_flags()
417 if (flags & TCP_PSH) {