Searched refs:so_proto_props (Results 1 – 16 of 16) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | sockcommon_sops.c | 366 uiop->uio_resid > so->so_proto_props.sopp_maxpsz && in so_sendmsg() 367 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() 425 so->so_proto_props.sopp_tail, &error)) == NULL) { in so_sendmsg() 476 size > so->so_proto_props.sopp_maxpsz && in so_sendmblk_impl() 477 so->so_proto_props.sopp_maxpsz != -1) { in so_sendmblk_impl() 516 if (mlen > so->so_proto_props.sopp_maxpsz) { in so_sendmblk_impl() 1170 so->so_proto_props.sopp_maxblk = soppp->sopp_maxblk; in so_set_prop() [all …]
|
H A D | sockcommon_subr.c | 1261 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() 1819 (so->so_proto_props).sopp_wroff; in socket_getopt_common() 1821 (so->so_proto_props).sopp_maxblk; in socket_getopt_common() 1823 (so->so_proto_props).sopp_maxpsz; in socket_getopt_common() 1825 (so->so_proto_props).sopp_tail; in socket_getopt_common()
|
H A D | sockfilter.c | 417 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 D | socksyscalls.c | 2219 wroff = so->so_proto_props.sopp_wroff; in snf_async_read() 2220 maxblk = so->so_proto_props.sopp_maxblk; in snf_async_read() 2221 extra = wroff + so->so_proto_props.sopp_tail; in snf_async_read() 2814 wroff = so->so_proto_props.sopp_wroff; in snf_cache() 2815 maxblk = so->so_proto_props.sopp_maxblk; in snf_cache() 2816 extra = wroff + so->so_proto_props.sopp_tail; in snf_cache() 2995 VTOSO(vp)->so_proto_props.sopp_zcopyflag; in sosendfile64() 3013 maxpsz = so->so_proto_props.sopp_maxpsz; in sosendfile64()
|
H A D | sodirect.c | 80 !so->so_proto_props.sopp_loopback && so->so_filter_active == 0 && in sod_rcv_init()
|
H A D | sockcommon.c | 620 bzero(&so->so_proto_props, sizeof (struct sock_proto_props)); in sonode_init()
|
H A D | socktpi.c | 5275 (so->so_proto_props).sopp_wroff; in sotpi_getsockopt() 5277 (so->so_proto_props).sopp_maxblk; in sotpi_getsockopt() 5279 (so->so_proto_props).sopp_maxpsz; in sotpi_getsockopt() 5281 (so->so_proto_props).sopp_tail; in sotpi_getsockopt()
|
/illumos-gate/usr/src/uts/common/inet/sockmods/ |
H A D | sockmod_sdp.c | 125 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 D | sockmod_sctp.c | 177 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 D | socksctp.h | 46 #define ss_wroff ss_so.so_proto_props.sopp_wroff 47 #define ss_wrsize ss_so.so_proto_props.sopp_maxblk
|
H A D | socksctp.c | 207 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 D | socksctpsubr.c | 531 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 D | socksdp.c | 147 so->so_proto_props = pso->so_proto_props; in sosdp_init()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | socketvar.h | 182 #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 D | socket_proto.h | 84 #define IS_SO_OOB_INLINE(so) ((so)->so_proto_props.sopp_oobinline)
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | sendfile.c | 439 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()
|