Home
last modified time | relevance | path

Searched refs:so_proto_props (Results 1 – 16 of 16) sorted by relevance

/titanic_41/usr/src/uts/common/inet/sockmods/
H A Dsockmod_sdp.c125 so->so_proto_props.sopp_rxhiwat = SOCKET_RECVHIWATER; in socksdp_create()
126 so->so_proto_props.sopp_rxlowat = SOCKET_RECVLOWATER; in socksdp_create()
127 so->so_proto_props.sopp_maxpsz = INFPSZ; in socksdp_create()
128 so->so_proto_props.sopp_maxblk = INFPSZ; in socksdp_create()
H A Dsockmod_sctp.c177 so->so_proto_props.sopp_rxhiwat = SOCKET_RECVHIWATER; in socksctp_create()
178 so->so_proto_props.sopp_rxlowat = SOCKET_RECVLOWATER; in socksctp_create()
179 so->so_proto_props.sopp_maxpsz = INFPSZ; in socksctp_create()
180 so->so_proto_props.sopp_maxblk = INFPSZ; in socksctp_create()
H A Dsocksctp.h46 #define ss_wroff ss_so.so_proto_props.sopp_wroff
47 #define ss_wrsize ss_so.so_proto_props.sopp_maxblk
H A Dsocksctp.c197 so->so_proto_props = pso->so_proto_props; in sosctp_init()
895 if ((error = sosctp_uiomove(mctl, count, so->so_proto_props.sopp_maxblk, in sosctp_sendmsg()
896 so->so_proto_props.sopp_wroff, uiop, flags)) != 0) { in sosctp_sendmsg()
2209 so->so_proto_props.sopp_wroff = soppp->sopp_wroff; in sctp_assoc_properties()
2211 so->so_proto_props.sopp_maxblk = soppp->sopp_maxblk; in sctp_assoc_properties()
H A Dsocksctpsubr.c531 nso->so_proto_props.sopp_wroff = ssa->ssa_wroff; in sosctp_assoc_move()
532 nso->so_proto_props.sopp_maxblk = ssa->ssa_wrsize; in sosctp_assoc_move()
H A Dsocksdp.c146 so->so_proto_props = pso->so_proto_props; in sosdp_init()
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c392 uiop->uio_resid > so->so_proto_props.sopp_maxpsz && in so_sendmsg()
393 so->so_proto_props.sopp_maxpsz != -1) { in so_sendmsg()
448 so->so_proto_props.sopp_maxpsz, in so_sendmsg()
449 so->so_proto_props.sopp_wroff, in so_sendmsg()
450 so->so_proto_props.sopp_maxblk, in so_sendmsg()
451 so->so_proto_props.sopp_tail, &error)) == NULL) { in so_sendmsg()
502 size > so->so_proto_props.sopp_maxpsz && in so_sendmblk_impl()
503 so->so_proto_props.sopp_maxpsz != -1) { in so_sendmblk_impl()
542 if (mlen > so->so_proto_props.sopp_maxpsz) { in so_sendmblk_impl()
1188 so->so_proto_props.sopp_maxblk = soppp->sopp_maxblk; in so_set_prop()
[all …]
H A Dsockcommon_subr.c1258 so->so_proto_props.sopp_rxhiwat = SOCKET_RECVHIWATER; in socket_sonode_create()
1259 so->so_proto_props.sopp_rxlowat = SOCKET_RECVLOWATER; in socket_sonode_create()
1260 so->so_proto_props.sopp_maxpsz = INFPSZ; in socket_sonode_create()
1261 so->so_proto_props.sopp_maxblk = INFPSZ; in socket_sonode_create()
1295 so->so_proto_props = pso->so_proto_props; in socket_init_common()
1810 (so->so_proto_props).sopp_wroff; in socket_getopt_common()
1812 (so->so_proto_props).sopp_maxblk; in socket_getopt_common()
1814 (so->so_proto_props).sopp_maxpsz; in socket_getopt_common()
1816 (so->so_proto_props).sopp_tail; in socket_getopt_common()
H A Dsockfilter.c417 if (so->so_proto_props.sopp_maxaddrlen > sizeof (laddrbuf)) { in sof_sonode_inherit_filters()
418 laddr = kmem_zalloc(so->so_proto_props.sopp_maxaddrlen, in sof_sonode_inherit_filters()
422 faddr = kmem_zalloc(so->so_proto_props.sopp_maxaddrlen, in sof_sonode_inherit_filters()
425 kmem_free(laddr, so->so_proto_props.sopp_maxaddrlen); in sof_sonode_inherit_filters()
428 laddrlen = faddrlen = so->so_proto_props.sopp_maxaddrlen; in sof_sonode_inherit_filters()
498 kmem_free(laddr, so->so_proto_props.sopp_maxaddrlen); in sof_sonode_inherit_filters()
499 kmem_free(faddr, so->so_proto_props.sopp_maxaddrlen); in sof_sonode_inherit_filters()
H A Dsocksyscalls.c2135 wroff = so->so_proto_props.sopp_wroff; in snf_async_read()
2136 maxblk = so->so_proto_props.sopp_maxblk; in snf_async_read()
2137 extra = wroff + so->so_proto_props.sopp_tail; in snf_async_read()
2730 wroff = so->so_proto_props.sopp_wroff; in snf_cache()
2731 maxblk = so->so_proto_props.sopp_maxblk; in snf_cache()
2732 extra = wroff + so->so_proto_props.sopp_tail; in snf_cache()
2911 VTOSO(vp)->so_proto_props.sopp_zcopyflag; in sosendfile64()
2929 maxpsz = so->so_proto_props.sopp_maxpsz; in sosendfile64()
H A Dsodirect.c80 !so->so_proto_props.sopp_loopback && so->so_filter_active == 0 && in sod_rcv_init()
H A Dsockcommon.c613 bzero(&so->so_proto_props, sizeof (struct sock_proto_props)); in sonode_init()
H A Dsocktpi.c5335 (so->so_proto_props).sopp_wroff; in sotpi_getsockopt()
5337 (so->so_proto_props).sopp_maxblk; in sotpi_getsockopt()
5339 (so->so_proto_props).sopp_maxpsz; in sotpi_getsockopt()
5341 (so->so_proto_props).sopp_tail; in sotpi_getsockopt()
/titanic_41/usr/src/uts/common/sys/
H A Dsocketvar.h179 #define so_sndbuf so_proto_props.sopp_txhiwat /* SO_SNDBUF value */
180 #define so_sndlowat so_proto_props.sopp_txlowat /* tx low water mark */
181 #define so_rcvbuf so_proto_props.sopp_rxhiwat /* SO_RCVBUF value */
182 #define so_rcvlowat so_proto_props.sopp_rxlowat /* rx low water mark */
183 #define so_max_addr_len so_proto_props.sopp_maxaddrlen
184 #define so_minpsz so_proto_props.sopp_minpsz
185 #define so_maxpsz so_proto_props.sopp_maxpsz
213 #define so_rcv_thresh so_proto_props.sopp_rcvthresh
214 #define so_rcv_timer_interval so_proto_props.sopp_rcvtimer
228 struct sock_proto_props so_proto_props; /* protocol settings */ member
H A Dsocket_proto.h80 #define IS_SO_OOB_INLINE(so) ((so)->so_proto_props.sopp_oobinline)
/titanic_41/usr/src/uts/common/syscall/
H A Dsendfile.c440 wroff = so->so_proto_props.sopp_wroff; in sendvec_small_chunk()
441 tail_len = so->so_proto_props.sopp_tail; in sendvec_small_chunk()
723 wroff = so->so_proto_props.sopp_wroff; in sendvec_chunk()
724 tail_len = so->so_proto_props.sopp_tail; in sendvec_chunk()
725 maxblk = so->so_proto_props.sopp_maxblk; in sendvec_chunk()
934 so->so_proto_props.sopp_zcopyflag; in sendvec_chunk()
1173 maxblk = so->so_proto_props.sopp_maxblk; in sendfilev()