Home
last modified time | relevance | path

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

/illumos-gate/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.c207 so->so_proto_props = pso->so_proto_props; in sosctp_init()
904 if ((error = sosctp_uiomove(mctl, count, so->so_proto_props.sopp_maxblk, in sosctp_sendmsg()
905 so->so_proto_props.sopp_wroff, uiop, flags)) != 0) { in sosctp_sendmsg()
2232 so->so_proto_props.sopp_wroff = soppp->sopp_wroff; in sctp_assoc_properties()
2234 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.c147 so->so_proto_props = pso->so_proto_props; in sosdp_init()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c367 so->so_proto_props.sopp_maxpsz != -1) { in so_sendmsg()
422 so->so_proto_props.sopp_maxpsz, in so_sendmsg()
423 so->so_proto_props.sopp_wroff, in so_sendmsg()
424 so->so_proto_props.sopp_maxblk, in so_sendmsg()
477 so->so_proto_props.sopp_maxpsz != -1) { in so_sendmblk_impl()
1213 maxblk = so->so_proto_props.sopp_maxblk; in so_set_prop()
1214 wroff = so->so_proto_props.sopp_wroff; in so_set_prop()
1215 tail = so->so_proto_props.sopp_tail; in so_set_prop()
1225 so->so_proto_props.sopp_maxblk = maxblk; in so_set_prop()
1226 so->so_proto_props.sopp_wroff = wroff; in so_set_prop()
[all …]
H A Dsockcommon_subr.c1261 so->so_proto_props.sopp_rxhiwat = SOCKET_RECVHIWATER; in socket_sonode_create()
1262 so->so_proto_props.sopp_rxlowat = SOCKET_RECVLOWATER; in socket_sonode_create()
1263 so->so_proto_props.sopp_maxpsz = INFPSZ; in socket_sonode_create()
1264 so->so_proto_props.sopp_maxblk = INFPSZ; in socket_sonode_create()
1298 so->so_proto_props = pso->so_proto_props; in socket_init_common()
1813 (so->so_proto_props).sopp_wroff; in socket_getopt_common()
1815 (so->so_proto_props).sopp_maxblk; in socket_getopt_common()
1817 (so->so_proto_props).sopp_maxpsz; in socket_getopt_common()
1819 (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.c2201 wroff = so->so_proto_props.sopp_wroff; in snf_async_read()
2202 maxblk = so->so_proto_props.sopp_maxblk; in snf_async_read()
2203 extra = wroff + so->so_proto_props.sopp_tail; in snf_async_read()
2796 wroff = so->so_proto_props.sopp_wroff; in snf_cache()
2797 maxblk = so->so_proto_props.sopp_maxblk; in snf_cache()
2798 extra = wroff + so->so_proto_props.sopp_tail; in snf_cache()
2977 VTOSO(vp)->so_proto_props.sopp_zcopyflag; in sosendfile64()
2995 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.c620 bzero(&so->so_proto_props, sizeof (struct sock_proto_props)); in sonode_init()
H A Dsocktpi.c5270 (so->so_proto_props).sopp_wroff; in sotpi_getsockopt()
5272 (so->so_proto_props).sopp_maxblk; in sotpi_getsockopt()
5274 (so->so_proto_props).sopp_maxpsz; in sotpi_getsockopt()
5276 (so->so_proto_props).sopp_tail; in sotpi_getsockopt()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h182 #define so_sndbuf so_proto_props.sopp_txhiwat /* SO_SNDBUF value */
183 #define so_sndlowat so_proto_props.sopp_txlowat /* tx low water mark */
184 #define so_rcvbuf so_proto_props.sopp_rxhiwat /* SO_RCVBUF value */
185 #define so_rcvlowat so_proto_props.sopp_rxlowat /* rx low water mark */
186 #define so_max_addr_len so_proto_props.sopp_maxaddrlen
187 #define so_minpsz so_proto_props.sopp_minpsz
188 #define so_maxpsz so_proto_props.sopp_maxpsz
216 #define so_rcv_thresh so_proto_props.sopp_rcvthresh
217 #define so_rcv_timer_interval so_proto_props.sopp_rcvtimer
231 struct sock_proto_props so_proto_props; /* protocol settings */ member
H A Dsocket_proto.h84 #define IS_SO_OOB_INLINE(so) ((so)->so_proto_props.sopp_oobinline)
/illumos-gate/usr/src/uts/common/syscall/
H A Dsendfile.c439 wroff = so->so_proto_props.sopp_wroff; in sendvec_small_chunk()
440 tail_len = so->so_proto_props.sopp_tail; in sendvec_small_chunk()
726 wroff = so->so_proto_props.sopp_wroff; in sendvec_chunk()
727 tail_len = so->so_proto_props.sopp_tail; in sendvec_chunk()
728 maxblk = so->so_proto_props.sopp_maxblk; in sendvec_chunk()
937 so->so_proto_props.sopp_zcopyflag; in sendvec_chunk()
1176 maxblk = so->so_proto_props.sopp_maxblk; in sendfilev()