Searched refs:TCP_TCPLEN (Results 1 – 3 of 3) sorted by relevance
1018 TCP_TCPLEN(pcb->unacked), ackno)) {1022 TCP_TCPLEN(pcb->unacked)));1068 TCP_TCPLEN(pcb->unsent)));1228 tcplen = TCP_TCPLEN(&inseg);1246 tcplen = TCP_TCPLEN(&inseg);1277 tcplen = TCP_TCPLEN(&inseg);1294 tcplen = TCP_TCPLEN(&inseg);1341 pcb->rcv_nxt += TCP_TCPLEN(cseg);1343 pcb->rcv_wnd >= TCP_TCPLEN(cseg));1344 pcb->rcv_wnd -= TCP_TCPLEN(cseg);[all …]
611 ntohl(seg->tcphdr->seqno) + TCP_TCPLEN(seg))); in tcp_write()784 ntohl(seg->tcphdr->seqno) + TCP_TCPLEN(seg), in tcp_enqueue_flags()994 snd_nxt = ntohl(seg->tcphdr->seqno) + TCP_TCPLEN(seg); in tcp_output()999 if (TCP_TCPLEN(seg) > 0) { in tcp_output()
184 #define TCP_TCPLEN(seg) ((seg)->len + ((TCPH_FLAGS((seg)->tcphdr) & (TCP_FIN | TCP_SYN)) != 0)) macro
Completed in 8 milliseconds