Home
last modified time | relevance | path

Searched refs:tcpfrag_list_end (Results 1 – 3 of 3) sorted by relevance

/external/qemu/slirp2/
Dtcpip.h69 #define tcpfrag_list_end(F, T) (tcpiphdr2qlink(F) == (struct qlink*)(T)) macro
Dtcp_input.c136 for (q = tcpfrag_list_first(tp); !tcpfrag_list_end(q, tp);
146 if (!tcpfrag_list_end(tcpiphdr_prev(q), tp)) {
178 while (!tcpfrag_list_end(q, tp)) {
207 if (tcpfrag_list_end(ti, tp) || ti->ti_seq != tp->rcv_nxt)
226 } while (!tcpfrag_list_end(ti, tp) && ti->ti_seq == tp->rcv_nxt);
Dtcp_subr.c288 while (!tcpfrag_list_end(t, tp)) {