Searched refs:tcp_reass_tail (Results 1 – 7 of 7) sorted by relevance
261 mblk_t *tcp_reass_tail; /* Out of order reassembly list tail */ member321 #define tcp_ip_addr_cache tcp_reass_tail
524 ASSERT(tcp->tcp_reass_tail != NULL); in tcp_reass_timer()527 TCP_REASS_END(tcp->tcp_reass_tail), &tcp->tcp_num_sack_blk); in tcp_reass_timer()530 tcp->tcp_reass_tail = NULL; in tcp_reass_timer()
581 mp1 = tcp->tcp_reass_tail; in tcp_reass()583 tcp->tcp_reass_tail = mp; in tcp_reass()594 tcp->tcp_reass_tail = mp; in tcp_reass()641 tcp->tcp_reass_tail = NULL; in tcp_reass()685 tcp->tcp_reass_tail = mp; in tcp_reass_elim_overlap()
1936 tcp->tcp_reass_tail = NULL; in tcp_reinit()2173 ASSERT(tcp->tcp_reass_tail == NULL);
192 mblk_t *tcp_reass_tail; /* Out of order reassembly list tail */ member
6518 mp1 = tcp->tcp_reass_tail; in tcp_reass()6520 tcp->tcp_reass_tail = mp; in tcp_reass()6530 tcp->tcp_reass_tail = mp; in tcp_reass()6576 tcp->tcp_reass_tail = NULL; in tcp_reass()6616 tcp->tcp_reass_tail = mp; in tcp_reass_elim_overlap()
1356 mblk_t *tcp_reass_tail; /* Out of order reassembly list tail */ member