Home
last modified time | relevance | path

Searched refs:TCP_PSH (Results 1 – 8 of 8) sorted by relevance

/third_party/lwip/
D0063-optimize-avoid-too-many-empty-acks-in-tcp_input.patch19 - if (flags & TCP_PSH) {
D0041-optimite-pcb-list-limit-send-size-and-ack-now.patch69 + if (flags & TCP_PSH) {
D0075-adapt-read-write-for-rtc-mode.patch375 + TCPH_SET_FLAG(seg->tcphdr, TCP_PSH);
/third_party/lwip/src/include/lwip/prot/
Dtcp.h75 #define TCP_PSH 0x08U macro
/third_party/lwip/src/netif/ppp/
Dvj.c387 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()
/third_party/lwip/src/core/
Dtcp_out.c804 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()
Dtcp.c2644 if (flags & TCP_PSH) {
Dtcp_in.c434 if (flags & TCP_PSH) {