Home
last modified time | relevance | path

Searched refs:seg_next (Results 1 – 7 of 7) sorted by relevance

/external/qemu/slirp-android/
Dtcpip.h68 #define tcpfrag_list_first(T) qlink2tcpiphdr((T)->seg_next)
70 #define tcpfrag_list_empty(T) ((T)->seg_next == (struct tcpiphdr*)(T))
Dtcp_var.h48 struct tcpiphdr *seg_next; /* sequencing queue */ member
Dtcp_subr.c190 tp->seg_next = tp->seg_prev = (struct tcpiphdr*)tp; in tcp_newtcpcb()
/external/qemu/slirp/
Dtcpip.h64 #define tcpfrag_list_first(T) qlink2tcpiphdr((T)->seg_next)
66 #define tcpfrag_list_empty(T) ((T)->seg_next == (struct tcpiphdr*)(T))
Dtcp_var.h43 struct tcpiphdr *seg_next; /* sequencing queue */ member
Dtcp_subr.c188 tp->seg_next = tp->seg_prev = (struct tcpiphdr*)tp; in tcp_newtcpcb()
/external/valgrind/main/coregrind/
Dm_signals.c2236 NSegment const* seg_next in VG_() local
2250 && seg_next in VG_()
2251 && seg_next->kind == SkAnonC in VG_()
2252 && seg->end+1 == seg_next->start)) in VG_()
2255 udelta = VG_PGROUNDUP(seg_next->start - addr); in VG_()
2258 (ULong)seg_next->start, (ULong)udelta); in VG_()
2260 ( seg_next, -(SSizeT)udelta )) { in VG_()
2383 NSegment const* seg_next; in extend_stack_if_appropriate() local
2391 seg_next = seg ? VG_(am_next_nsegment)( seg, True/*fwds*/ ) in extend_stack_if_appropriate()
2409 && seg_next in extend_stack_if_appropriate()
[all …]