Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/
H A Dtcp.h261 mblk_t *tcp_reass_tail; /* Out of order reassembly list tail */ member
321 #define tcp_ip_addr_cache tcp_reass_tail
/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp_timers.c524 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()
H A Dtcp_input.c581 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()
H A Dtcp.c1936 tcp->tcp_reass_tail = NULL; in tcp_reinit()
2173 ASSERT(tcp->tcp_reass_tail == NULL);
/titanic_44/usr/src/stand/lib/tcp/
H A Dtcp_inet.h192 mblk_t *tcp_reass_tail; /* Out of order reassembly list tail */ member
H A Dtcp.c6518 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()
/titanic_44/usr/src/uts/common/inet/nca/
H A Dnca.h1356 mblk_t *tcp_reass_tail; /* Out of order reassembly list tail */ member