Searched refs:seg_next (Results 1 – 7 of 7) sorted by relevance
68 #define tcpfrag_list_first(T) qlink2tcpiphdr((T)->seg_next)70 #define tcpfrag_list_empty(T) ((T)->seg_next == (struct tcpiphdr*)(T))
48 struct tcpiphdr *seg_next; /* sequencing queue */ member
190 tp->seg_next = tp->seg_prev = (struct tcpiphdr*)tp; in tcp_newtcpcb()
64 #define tcpfrag_list_first(T) qlink2tcpiphdr((T)->seg_next)66 #define tcpfrag_list_empty(T) ((T)->seg_next == (struct tcpiphdr*)(T))
43 struct tcpiphdr *seg_next; /* sequencing queue */ member
188 tp->seg_next = tp->seg_prev = (struct tcpiphdr*)tp; in tcp_newtcpcb()
2236 NSegment const* seg_next in VG_() local2250 && 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() local2391 seg_next = seg ? VG_(am_next_nsegment)( seg, True/*fwds*/ ) in extend_stack_if_appropriate()2409 && seg_next in extend_stack_if_appropriate()[all …]