Searched refs:TCP_PSH (Results 1 – 15 of 15) sorted by relevance
75 #define TCP_PSH 0x08U macro
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()
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()
392 if (TCPH_FLAGS(th) & TCP_PSH) { in vj_compress_tcp()544 TCPH_SET_FLAG(th, TCP_PSH); in vj_uncompress_tcp()546 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()
2463 if (flags & TCP_PSH) { in tcp_debug_print_flags()
417 if (flags & TCP_PSH) {
105 #define TCP_PSH 0x08U macro
1675 if (flags & TCP_PSH) { in tcp_debug_print_flags()
689 TCPH_SET_FLAG(seg->tcphdr, TCP_PSH); in tcp_write()
288 if (flags & TCP_PSH) { in tcp_input()
754 TCPH_SET_FLAG(seg->tcphdr, TCP_PSH); in tcp_write()
2100 if (flags & TCP_PSH) { in tcp_debug_print_flags()
351 if (flags & TCP_PSH) {
Completed in 31 milliseconds