Searched refs:TF_GOT_FIN (Results 1 – 2 of 2) sorted by relevance
376 if (recv_flags & TF_GOT_FIN) { in tcp_input()713 if (recv_flags & TF_GOT_FIN) { in tcp_process()731 if (recv_flags & TF_GOT_FIN) { /* passive close */ in tcp_process()738 if (recv_flags & TF_GOT_FIN) { in tcp_process()757 if (recv_flags & TF_GOT_FIN) { in tcp_process()1293 recv_flags |= TF_GOT_FIN; in tcp_receive()1324 recv_flags |= TF_GOT_FIN; in tcp_receive()
191 #define TF_GOT_FIN (u8_t)0x20U /* Connection was closed by the remote end. */ macro