Searched refs:recv_flags (Results 1 – 1 of 1) sorted by relevance
69 static u8_t recv_flags; variable286 recv_flags = 0; in tcp_input()308 if (recv_flags & TF_RESET) { in tcp_input()316 } else if (recv_flags & TF_CLOSED) { in tcp_input()364 if (recv_flags & TF_GOT_FIN) { in tcp_input()600 recv_flags |= TF_RESET; in tcp_process()716 if (recv_flags & TF_GOT_FIN) { in tcp_process()734 if (recv_flags & TF_GOT_FIN) { /* passive close */ in tcp_process()741 if (recv_flags & TF_GOT_FIN) { in tcp_process()760 if (recv_flags & TF_GOT_FIN) { in tcp_process()[all …]