Searched refs:is_fin (Results 1 – 1 of 1) sorted by relevance
2124 u8_t is_fin; in tcp_zero_window_probe() local2154 is_fin = ((TCPH_FLAGS(seg->tcphdr) & TCP_FIN) != 0) && (seg->len == 0); in tcp_zero_window_probe()2156 len = is_fin ? 0 : 1; in tcp_zero_window_probe()2165 if (is_fin) { in tcp_zero_window_probe()