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

/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksdp.c158 so->so_proto_handle = (sock_lower_handle_t)sdp_create(so, NULL,
160 if (so->so_proto_handle == NULL)
182 dprint(3, ("sosdp_accept: so:%p so_proto_handle:%p", (void *)lso,
183 (void *)lso->so_proto_handle));
198 dprint(4, ("sosdp_accept: failed %d:lso:%p so_proto_handle:%p",
199 error, (void *)lso, (void *)lso->so_proto_handle));
250 error = sdp_bind((struct sdp_conn_struct_t *)so->so_proto_handle,
305 error = sdp_listen((struct sdp_conn_struct_t *)so->so_proto_handle,
378 error = sdp_connect((struct sdp_conn_struct_t *)so->so_proto_handle,
389 "so_proto_handle
[all...]
H A Dsocksctp.c209 so->so_proto_handle = (sock_lower_handle_t)sctp_create(so,
215 so->so_proto_handle = (sock_lower_handle_t)sctp_create(ss,
220 if (so->so_proto_handle == NULL)
280 error = sctp_bind((struct sctp_s *)so->so_proto_handle, name, namelen);
338 error = sctp_listen((struct sctp_s *)so->so_proto_handle);
415 error = sctp_connect((struct sctp_s *)so->so_proto_handle,
629 sctp_recvd((struct sctp_s *)so->so_proto_handle, count);
783 sctp_recvd((struct sctp_s *)so->so_proto_handle,
786 (struct sctp_s *)so->so_proto_handle);
899 error = sctp_sendmsg((struct sctp_s *)so->so_proto_handle, mct
[all...]
H A Dsocksctpsubr.c410 ssa->ssa_conn = sctp_create(ssa, (struct sctp_s *)so->so_proto_handle,
535 nso->so_proto_handle = (sock_lower_handle_t)ssa->ssa_conn;
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c266 (so->so_proto_handle, name, namelen, cr);
284 error = (*so->so_downcalls->sd_listen)(so->so_proto_handle,
319 error = (*so->so_downcalls->sd_connect)(so->so_proto_handle,
354 (error = (*so->so_downcalls->sd_accept)(so->so_proto_handle,
355 nso->so_proto_handle, (sock_upper_handle_t)nso, cr)) != 0) {
440 (so->so_proto_handle, uiop, msg, cr);
464 (so->so_proto_handle, mp, msg, cr);
559 (so->so_proto_handle, mp, msg, cr);
627 error = ((*so->so_downcalls->sd_shutdown)(so->so_proto_handle,
661 (so->so_proto_handle, add
[all...]
H A Dsockcommon_subr.c648 (so->so_proto_handle);
1330 so->so_proto_handle =
1335 if (so->so_proto_handle == NULL) {
1352 (*so->so_downcalls->sd_activate)(so->so_proto_handle,
1371 (so->so_proto_handle, 0, cr);
2240 VERIFY(cur->so_proto_handle == orig->so_proto_handle);
2359 error = (*fbfunc)(so->so_proto_handle, q, direct, so_quiesced_cb,
2389 rval = (*fbfunc)(nso->so_proto_handle, NULL, direct,
H A Dsockcommon.c149 so->so_proto_handle = lh;
460 so->so_proto_handle = NULL;
593 so->so_proto_handle = NULL;
H A Dsockfilter.c436 (so->so_proto_handle, (struct sockaddr *)faddr, &faddrlen, kcred);
440 (so->so_proto_handle, (struct sockaddr *)laddr, &laddrlen, kcred);
H A Dsocktpi.c1965 nso->so_proto_handle = (sock_lower_handle_t)opt;
6436 sock_lower_handle_t handle = so->so_proto_handle;
6460 ASSERT(handle == so->so_proto_handle);
H A Dsockstr.c225 so->so_proto_handle = NULL;
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dvfs.c793 (uintptr_t)socknode->so_proto_handle) == -1) {
823 (uintptr_t)socknode->so_proto_handle) == -1) {
865 (uintptr_t)socknode->so_proto_handle) == -1) {
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h225 sock_lower_handle_t so_proto_handle; member in struct:sonode

Completed in 109 milliseconds