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

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c504 mblk_t *tcp_rsrv_mp; local
543 tcp_rsrv_mp = tcp->tcp_rsrv_mp;
568 tcp->tcp_rsrv_mp = tcp_rsrv_mp;
1479 mblk_t *tcp_rsrv_mp = NULL; local
1497 ASSERT(tcp->tcp_rsrv_mp != NULL);
1514 * Pre-allocate the tcp_rsrv_mp. This mblk will not be freed until
1517 tcp_rsrv_mp = allocb(0, BPRI_HI);
1518 if (tcp_rsrv_mp
[all...]
H A Dtcp_socket.c612 * If tcp->tcp_rsrv_mp == NULL, it means that tcp_clr_flowctrl()
616 if ((mp = tcp->tcp_rsrv_mp) == NULL) {
620 tcp->tcp_rsrv_mp = NULL;
627 tcp->tcp_rsrv_mp = mp;
H A Dtcp_input.c5414 tcp->tcp_rsrv_mp = mp;
5462 * If tcp->tcp_rsrv_mp == NULL, it means that tcp_rsrv() has already
5466 if ((mp = tcp->tcp_rsrv_mp) == NULL) {
5470 tcp->tcp_rsrv_mp = NULL;
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h483 mblk_t *tcp_rsrv_mp; member in struct:tcp_s
484 /* Mutex for accessing tcp_rsrv_mp */
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipclassifier.c691 * tcp_rsrv_mp can be NULL if tcp_get_conn() fails to allocate
694 if (tcp->tcp_rsrv_mp != NULL) {
695 freeb(tcp->tcp_rsrv_mp);
696 tcp->tcp_rsrv_mp = NULL;

Completed in 86 milliseconds