Home
last modified time | relevance | path

Searched refs:discon_mp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_tpi.c666 mblk_t *discon_mp; in tcp_tpi_connect() local
676 discon_mp = mi_tpi_discon_ind(NULL, in tcp_tpi_connect()
678 if (!discon_mp) { in tcp_tpi_connect()
690 qreply(q, discon_mp); /* no flush! */ in tcp_tpi_connect()
1305 mblk_t *discon_mp = NULL; in tcp_tli_accept() local
1457 discon_mp = allocb(MAX(sizeof (struct T_discon_ind), in tcp_tli_accept()
1459 if (discon_mp == NULL) { in tcp_tli_accept()
1472 freemsg(discon_mp); in tcp_tli_accept()
1499 freemsg(discon_mp); in tcp_tli_accept()
1701 mblk_t *discon_mp; in tcp_tpi_accept() local
[all …]
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c1516 strsock_discon_ind(struct sonode *so, mblk_t *discon_mp) in strsock_discon_ind() argument
1527 ASSERT(discon_mp); in strsock_discon_ind()
1528 ASSERT(discon_mp->b_rptr); in strsock_discon_ind()
1530 tpr = (union T_primitives *)discon_mp->b_rptr; in strsock_discon_ind()
1616 freemsg(discon_mp); in strsock_discon_ind()