Searched refs:ipcl_conn_create (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dipclassifier.h683 extern conn_t *ipcl_conn_create(uint32_t, int, netstack_t *);
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp.c183 if ((connp = ipcl_conn_create(IPCL_SCTPCONN, KM_NOSLEEP,
1364 if ((connp = ipcl_conn_create(IPCL_SCTPCONN, sleep,
1371 * ipcl_conn_create did a netstack_hold. Undo the hold that was
/illumos-gate/usr/src/uts/common/inet/ip/
H A Drts.c331 connp = ipcl_conn_create(IPCL_RTSCONN, KM_SLEEP, ns);
335 * ipcl_conn_create did a netstack_hold. Undo the hold that was
H A Dipclassifier.c214 * conn_t *ipcl_conn_create(type, sleep, netstack_t *)
576 ipcl_conn_create(uint32_t type, int sleep, netstack_t *ns) function
2243 * ipcl_conn_create and ipcl_conn_destroy are the only functions that
H A Dicmp.c1698 connp = ipcl_conn_create(IPCL_RAWIPCONN, flags, ns);
1702 * ipcl_conn_create did a netstack_hold. Undo the hold that was
H A Dip.c6009 connp = ipcl_conn_create(IPCL_IPCCONN, KM_SLEEP, ipst->ips_netstack);
6012 * ipcl_conn_create did a netstack_hold. Undo the hold that was
/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c1224 if ((connp = ipcl_conn_create(IPCL_IPCCONN, KM_NOSLEEP, ns)) == NULL)
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c113 * which are allocated in tandem using ipcl_conn_create() and passing
1521 if ((connp = ipcl_conn_create(IPCL_TCPCONN, KM_NOSLEEP,
2833 * by ipcl_conn_create. Also Make the conn_t globally
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c4565 connp = ipcl_conn_create(IPCL_UDPCONN, flags, ns);
4574 * ipcl_conn_create did a netstack_hold. Undo the hold that was

Completed in 149 milliseconds