HomeSort by relevance Sort by last modified time
    Searched refs:tcpiphdr_prev (Results 1 - 6 of 6) sorted by null

  /external/qemu/slirp/
tcpip.h 63 #define tcpiphdr_prev(T) qlink2tcpiphdr(tcpiphdr2qlink(T)->prev) macro
tcp_input.c 143 if (!tcpfrag_list_end(tcpiphdr_prev(q), tp)) {
145 q = tcpiphdr_prev(q);
186 m = tcpiphdr_prev(q)->ti_mbuf;
187 remque(tcpiphdr2qlink(tcpiphdr_prev(q)));
194 insque(tcpiphdr2qlink(ti), tcpiphdr2qlink(tcpiphdr_prev(q)));
    [all...]
tcp_subr.c 266 m = tcpiphdr_prev(t)->ti_mbuf;
267 remque(tcpiphdr2qlink(tcpiphdr_prev(t)));
    [all...]
  /external/qemu/slirp-android/
tcpip.h 67 #define tcpiphdr_prev(T) qlink2tcpiphdr(tcpiphdr2qlink(T)->prev) macro
tcp_input.c 143 if (!tcpfrag_list_end(tcpiphdr_prev(q), tp)) {
145 q = tcpiphdr_prev(q);
186 m = tcpiphdr_prev(q)->ti_mbuf;
187 remque(tcpiphdr2qlink(tcpiphdr_prev(q)));
194 insque(tcpiphdr2qlink(ti), tcpiphdr2qlink(tcpiphdr_prev(q)));
    [all...]
tcp_subr.c 268 m = tcpiphdr_prev(t)->ti_mbuf;
269 remque(tcpiphdr2qlink(tcpiphdr_prev(t)));

Completed in 85 milliseconds