Searched refs:TCP_PSH (Results 1 – 8 of 8) sorted by relevance
19 - if (flags & TCP_PSH) {
69 + if (flags & TCP_PSH) {
375 + TCPH_SET_FLAG(seg->tcphdr, TCP_PSH);
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()
804 TCPH_SET_FLAG(seg->tcphdr, TCP_PSH); in tcp_write()916 if (split_flags & TCP_PSH) { in tcp_split_unsent_seg()917 split_flags &= ~TCP_PSH; in tcp_split_unsent_seg()918 remainder_flags |= TCP_PSH; in tcp_split_unsent_seg()
2644 if (flags & TCP_PSH) {
434 if (flags & TCP_PSH) {