Home
last modified time | relevance | path

Searched refs:so_proto_handle (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/uts/common/inet/sockmods/
H A Dsocksdp.c158 so->so_proto_handle = (sock_lower_handle_t)sdp_create(so, NULL, in sosdp_init()
160 if (so->so_proto_handle == NULL) in sosdp_init()
183 (void *)lso->so_proto_handle)); in sosdp_accept()
199 error, (void *)lso, (void *)lso->so_proto_handle)); in sosdp_accept()
250 error = sdp_bind((struct sdp_conn_struct_t *)so->so_proto_handle, in sosdp_bind()
305 error = sdp_listen((struct sdp_conn_struct_t *)so->so_proto_handle, in sosdp_listen()
378 error = sdp_connect((struct sdp_conn_struct_t *)so->so_proto_handle, in sosdp_connect()
390 (void *)so, (void *)so->so_proto_handle, error)); in sosdp_connect()
465 (struct sdp_conn_struct_t *)so->so_proto_handle, msg, in sosdp_recvmsg()
493 (void *)so, (void *)so->so_proto_handle)); in sosdp_sendmsg()
[all …]
H A Dsocksctp.c208 so->so_proto_handle = (sock_lower_handle_t)sctp_create(so, in sosctp_init()
214 so->so_proto_handle = (sock_lower_handle_t)sctp_create(ss, in sosctp_init()
219 if (so->so_proto_handle == NULL) in sosctp_init()
279 error = sctp_bind((struct sctp_s *)so->so_proto_handle, name, namelen); in sosctp_bind()
337 error = sctp_listen((struct sctp_s *)so->so_proto_handle); in sosctp_listen()
415 error = sctp_connect((struct sctp_s *)so->so_proto_handle, in sosctp_connect()
629 sctp_recvd((struct sctp_s *)so->so_proto_handle, count); in sosctp_recvmsg()
783 sctp_recvd((struct sctp_s *)so->so_proto_handle, in sosctp_sendmsg()
786 (struct sctp_s *)so->so_proto_handle); in sosctp_sendmsg()
899 error = sctp_sendmsg((struct sctp_s *)so->so_proto_handle, mctl, 0); in sosctp_sendmsg()
[all …]
H A Dsocksctpsubr.c410 ssa->ssa_conn = sctp_create(ssa, (struct sctp_s *)so->so_proto_handle, in sosctp_assoc_createconn()
535 nso->so_proto_handle = (sock_lower_handle_t)ssa->ssa_conn; in sosctp_assoc_move()
/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c266 (so->so_proto_handle, name, namelen, cr); in so_bind()
284 error = (*so->so_downcalls->sd_listen)(so->so_proto_handle, in so_listen()
319 error = (*so->so_downcalls->sd_connect)(so->so_proto_handle, in so_connect()
354 (error = (*so->so_downcalls->sd_accept)(so->so_proto_handle, in so_accept()
355 nso->so_proto_handle, (sock_upper_handle_t)nso, cr)) != 0) { in so_accept()
440 (so->so_proto_handle, uiop, msg, cr); in so_sendmsg()
464 (so->so_proto_handle, mp, msg, cr); in so_sendmsg()
559 (so->so_proto_handle, mp, msg, cr); in so_sendmblk_impl()
627 error = ((*so->so_downcalls->sd_shutdown)(so->so_proto_handle, in so_shutdown()
661 (so->so_proto_handle, addr, addrlen, cr); in so_getsockname()
[all …]
H A Dsockcommon_subr.c648 (so->so_proto_handle); in so_check_flow_control()
1330 so->so_proto_handle = in socket_init_common()
1335 if (so->so_proto_handle == NULL) { in socket_init_common()
1352 (*so->so_downcalls->sd_activate)(so->so_proto_handle, in socket_init_common()
1371 (so->so_proto_handle, 0, cr); in socket_init_common()
2241 VERIFY(cur->so_proto_handle == orig->so_proto_handle); in so_integrity_check()
2360 error = (*fbfunc)(so->so_proto_handle, q, direct, so_quiesced_cb, in so_tpi_fallback()
2390 rval = (*fbfunc)(nso->so_proto_handle, NULL, direct, in so_tpi_fallback()
H A Dsockcommon.c149 so->so_proto_handle = lh; in socket_newconn()
460 so->so_proto_handle = NULL; in sonode_constructor()
593 so->so_proto_handle = NULL; in sonode_init()
H A Dsockfilter.c436 (so->so_proto_handle, (struct sockaddr *)faddr, &faddrlen, kcred); in sof_sonode_inherit_filters()
440 (so->so_proto_handle, (struct sockaddr *)laddr, &laddrlen, kcred); in sof_sonode_inherit_filters()
H A Dsocktpi.c1956 nso->so_proto_handle = (sock_lower_handle_t)opt; in sotpi_accept()
6405 sock_lower_handle_t handle = so->so_proto_handle; in sotpi_convert_sonode()
6429 ASSERT(handle == so->so_proto_handle); in sotpi_convert_sonode()
H A Dsockstr.c225 so->so_proto_handle = NULL; in so_sock2stream()
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dvfs.c793 (uintptr_t)socknode->so_proto_handle) == -1) { in tcpip_sock_print()
823 (uintptr_t)socknode->so_proto_handle) == -1) { in tcpip_sock_print()
865 (uintptr_t)socknode->so_proto_handle) == -1) { in sctp_sock_print()
/titanic_50/usr/src/uts/common/sys/
H A Dsocketvar.h225 sock_lower_handle_t so_proto_handle; member