Searched refs:inseg (Results 1 – 1 of 1) sorted by relevance
62 static struct tcp_seg inseg; variable292 inseg.next = NULL; in tcp_input()293 inseg.len = p->tot_len; in tcp_input()294 inseg.p = p; in tcp_input()295 inseg.tcphdr = tcphdr; in tcp_input()405 if (inseg.p != NULL) in tcp_input()407 pbuf_free(inseg.p); in tcp_input()408 inseg.p = NULL; in tcp_input()686 …P_DEBUG, ("TCP connection established %"U16_F" -> %"U16_F".\n", inseg.tcphdr->src, inseg.tcphdr->d… in tcp_process()741 …("TCP connection closed: FIN_WAIT_1 %"U16_F" -> %"U16_F".\n", inseg.tcphdr->src, inseg.tcphdr->des… in tcp_process()[all …]