Searched refs:TCP_ACK (Results 1 – 5 of 5) sorted by relevance
452 if (flags & TCP_ACK) { in tcp_listen_input()509 rc = tcp_enqueue_flags(npcb, TCP_SYN | TCP_ACK); in tcp_listen_input()632 if ((flags & TCP_ACK) && (flags & TCP_SYN) in tcp_process()677 else if (flags & TCP_ACK) { in tcp_process()684 if (flags & TCP_ACK) { in tcp_process()742 if ((flags & TCP_ACK) && (ackno == pcb->snd_nxt)) { in tcp_process()754 } else if ((flags & TCP_ACK) && (ackno == pcb->snd_nxt)) { in tcp_process()771 if (flags & TCP_ACK && ackno == pcb->snd_nxt) { in tcp_process()781 if (flags & TCP_ACK && ackno == pcb->snd_nxt) { in tcp_process()866 if (flags & TCP_ACK) { in tcp_receive()
107 TCPH_HDRLEN_FLAGS_SET(tcphdr, (5 + optlen / 4), TCP_ACK); in tcp_output_alloc_header()989 TCPH_SET_FLAG(seg->tcphdr, TCP_ACK); in tcp_output()1214 TCPH_HDRLEN_FLAGS_SET(tcphdr, TCP_HLEN/4, TCP_RST | TCP_ACK); in tcp_rst()1455 TCPH_FLAGS_SET(tcphdr, TCP_ACK | TCP_FIN); in tcp_zero_window_probe()
1678 if (flags & TCP_ACK) { in tcp_debug_print_flags()
167 if ((TCPH_FLAGS(th) & (TCP_SYN|TCP_FIN|TCP_RST|TCP_ACK)) != TCP_ACK) { in vj_compress_tcp()
106 #define TCP_ACK 0x10U macro
Completed in 12 milliseconds