Searched refs:TCP_PSH (Results 1 – 5 of 5) 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()
105 #define TCP_PSH 0x08U macro
689 TCPH_SET_FLAG(seg->tcphdr, TCP_PSH); in tcp_write()
1675 if (flags & TCP_PSH) { in tcp_debug_print_flags()
288 if (flags & TCP_PSH) { in tcp_input()
Completed in 16 milliseconds