Searched refs:conn_connect (Results 1 - 9 of 9) sorted by relevance
| /illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/ |
| H A D | loop.c | 237 .conn_connect = rdsv3_loop_conn_connect,
|
| H A D | threads.c | 179 ret = conn->c_trans->conn_connect(conn);
|
| H A D | ib.c | 407 .conn_connect = rdsv3_ib_conn_connect,
|
| /illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/ |
| H A D | rdsv3.h | 336 * This will only be called once after conn_connect returns 362 int (*conn_connect)(struct rdsv3_connection *conn); member in struct:rdsv3_transport
|
| /illumos-gate/usr/src/uts/common/inet/ip/ |
| H A D | conn_opt.c | 2478 * case (connected latching is done in conn_connect). 2492 * The callers of conn_connect do not need that since conn_connect 2569 * appropriate after conn_connect returns. 2572 conn_connect(conn_t *connp, iulp_t *uinfo, uint32_t flags) function 2748 * already called conn_connect or ip_attr_connect to ensure that tsol_check_dest 2844 * conn_connect will later be used by the caller to setup the ire etc.
|
| H A D | icmp.c | 879 * conn_connect will drop conn_lock and reacquire it. 887 error = conn_connect(connp, NULL, IPDF_ALLOW_MCBC);
|
| /illumos-gate/usr/src/uts/common/inet/ |
| H A D | ip.h | 2298 * ip_attr_connect, and conn_connect. 3359 extern int conn_connect(conn_t *, iulp_t *, uint32_t);
|
| /illumos-gate/usr/src/uts/common/inet/tcp/ |
| H A D | tcp.c | 602 * conn_connect. 631 error = conn_connect(connp, &uinfo, flags);
|
| /illumos-gate/usr/src/uts/common/inet/udp/ |
| H A D | udp.c | 5715 * conn_connect will drop conn_lock and reacquire it. 5723 error = conn_connect(connp, NULL, IPDF_ALLOW_MCBC);
|
Completed in 407 milliseconds