Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h261 mblk_t *tcp_reass_tail; /* Out of order reassembly list tail */ member
323 #define tcp_ip_addr_cache tcp_reass_tail
/illumos-gate/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.c717 mp1 = tcp->tcp_reass_tail; in tcp_reass()
728 tcp->tcp_reass_tail = mp; in tcp_reass()
776 tcp->tcp_reass_tail = NULL; in tcp_reass()
820 tcp->tcp_reass_tail = mp; in tcp_reass_elim_overlap()
H A Dtcp.c1946 tcp->tcp_reass_tail = NULL; in tcp_reinit()
2179 ASSERT(tcp->tcp_reass_tail == NULL); in tcp_reinit_values()
/illumos-gate/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.c6517 mp1 = tcp->tcp_reass_tail; in tcp_reass()
6519 tcp->tcp_reass_tail = mp; in tcp_reass()
6529 tcp->tcp_reass_tail = mp; in tcp_reass()
6575 tcp->tcp_reass_tail = NULL; in tcp_reass()
6615 tcp->tcp_reass_tail = mp; in tcp_reass_elim_overlap()