Searched refs:TCP_PSH (Results 1 – 7 of 7) sorted by relevance
355 if (TCPH_FLAGS(th) & TCP_PSH) { in vj_compress_tcp()507 TCPH_SET_FLAG(th, TCP_PSH); in vj_uncompress_tcp()509 TCPH_UNSET_FLAG(th, TCP_PSH); in vj_uncompress_tcp()
91 #define TCP_PSH 0x08 macro
150 if ( flags & TCP_PSH ) in tcp_dump_flags()480 flags |= TCP_PSH; in tcp_xmit()
104 #define TCP_PSH 0x08U macro
1568 if (flags & TCP_PSH) { in tcp_debug_print_flags()
682 TCPH_SET_FLAG(seg->tcphdr, TCP_PSH); in tcp_write()
357 if (flags & TCP_PSH) { in tcp_input()