Searched refs:is_fin (Results 1 – 1 of 1) sorted by relevance
1405 u8_t is_fin; in tcp_zero_window_probe() local1427 is_fin = ((TCPH_FLAGS(seg->tcphdr) & TCP_FIN) != 0) && (seg->len == 0); in tcp_zero_window_probe()1429 len = is_fin ? 0 : 1; in tcp_zero_window_probe()1438 if (is_fin) { in tcp_zero_window_probe()