Home
last modified time | relevance | path

Searched refs:tcp_rsrv_mp (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/inet/tcp/
H A Dtcp.c504 mblk_t *tcp_rsrv_mp; in tcp_cleanup() local
543 tcp_rsrv_mp = tcp->tcp_rsrv_mp; in tcp_cleanup()
568 tcp->tcp_rsrv_mp = tcp_rsrv_mp; in tcp_cleanup()
1479 mblk_t *tcp_rsrv_mp = NULL; in tcp_get_conn() local
1497 ASSERT(tcp->tcp_rsrv_mp != NULL); in tcp_get_conn()
1517 tcp_rsrv_mp = allocb(0, BPRI_HI); in tcp_get_conn()
1518 if (tcp_rsrv_mp == NULL) in tcp_get_conn()
1523 freeb(tcp_rsrv_mp); in tcp_get_conn()
1528 tcp->tcp_rsrv_mp = tcp_rsrv_mp; in tcp_get_conn()
2313 PRESERVE(tcp->tcp_rsrv_mp);
H A Dtcp_socket.c616 if ((mp = tcp->tcp_rsrv_mp) == NULL) { in tcp_clr_flowctrl()
620 tcp->tcp_rsrv_mp = NULL; in tcp_clr_flowctrl()
627 tcp->tcp_rsrv_mp = mp; in tcp_clr_flowctrl()
H A Dtcp_input.c5414 tcp->tcp_rsrv_mp = mp; in tcp_rsrv_input()
5466 if ((mp = tcp->tcp_rsrv_mp) == NULL) { in tcp_rsrv()
5470 tcp->tcp_rsrv_mp = NULL; in tcp_rsrv()
/titanic_50/usr/src/uts/common/inet/
H A Dtcp.h483 mblk_t *tcp_rsrv_mp; member
/titanic_50/usr/src/uts/common/inet/ip/
H A Dipclassifier.c694 if (tcp->tcp_rsrv_mp != NULL) { in ipcl_conn_destroy()
695 freeb(tcp->tcp_rsrv_mp); in ipcl_conn_destroy()
696 tcp->tcp_rsrv_mp = NULL; in ipcl_conn_destroy()