Home
last modified time | relevance | path

Searched refs:tcp_reass_head (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/stand/lib/tcp/
H A Dtcp_inet.h191 mblk_t *tcp_reass_head; /* Out of order reassembly list head */ member
H A Dtcp.c710 if (tcp->tcp_reass_head != NULL) { in tcp_free()
711 freemsg(tcp->tcp_reass_head); in tcp_free()
712 tcp->tcp_reass_head = NULL; in tcp_free()
944 tcp->tcp_reass_head != NULL) { in tcp_close()
3180 if (seg_seq != tcp->tcp_rnxt || tcp->tcp_reass_head) { in tcp_rput_data()
6521 tcp->tcp_reass_head = mp; in tcp_reass()
6535 mp1 = tcp->tcp_reass_head; in tcp_reass()
6541 tcp->tcp_reass_head = mp; in tcp_reass()
6565 mp1 = tcp->tcp_reass_head; in tcp_reass()
6585 mp1 = tcp->tcp_reass_head; in tcp_reass()
[all …]
/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp_timers.c522 if (tcp->tcp_reass_head == NULL) in tcp_reass_timer()
529 tcp_close_mpp(&tcp->tcp_reass_head); in tcp_reass_timer()
H A Dtcp_input.c584 tcp->tcp_reass_head = mp; in tcp_reass()
600 mp1 = tcp->tcp_reass_head; in tcp_reass()
606 tcp->tcp_reass_head = mp; in tcp_reass()
630 mp1 = tcp->tcp_reass_head; in tcp_reass()
650 mp1 = tcp->tcp_reass_head; in tcp_reass()
651 tcp->tcp_reass_head = mp; in tcp_reass()
3235 if (seg_seq != tcp->tcp_rnxt || tcp->tcp_reass_head) { in tcp_input_data()
3288 if (tcp->tcp_reass_head != NULL) { in tcp_input_data()
H A Dtcp.c1366 tcp_close_mpp(&tcp->tcp_reass_head); in tcp_free()
1935 tcp_close_mpp(&tcp->tcp_reass_head); in tcp_reinit()
2172 ASSERT(tcp->tcp_reass_head == NULL);
H A Dtcp_output.c1519 if (tcp->tcp_rcv_list || tcp->tcp_reass_head) { in tcp_close_output()
/titanic_44/usr/src/uts/common/inet/
H A Dtcp.h260 mblk_t *tcp_reass_head; /* Out of order reassembly list head */ member
/titanic_44/usr/src/uts/common/inet/nca/
H A Dnca.h1355 mblk_t *tcp_reass_head; /* Out of order reassembly list head */ member