Home
last modified time | relevance | path

Searched refs:sopp_maxblk (Results 1 – 21 of 21) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_sdp.c128 so->so_proto_props.sopp_maxblk = INFPSZ; in socksdp_create()
H A Dsocksctp.h47 #define ss_wrsize ss_so.so_proto_props.sopp_maxblk
H A Dsockmod_sctp.c180 so->so_proto_props.sopp_maxblk = INFPSZ; in socksctp_create()
H A Dsocksctp.c904 if ((error = sosctp_uiomove(mctl, count, so->so_proto_props.sopp_maxblk, in sosctp_sendmsg()
2226 ssa->ssa_wrsize = soppp->sopp_maxblk; in sctp_assoc_properties()
2234 so->so_proto_props.sopp_maxblk = soppp->sopp_maxblk; in sctp_assoc_properties()
H A Dsocksctpsubr.c532 nso->so_proto_props.sopp_maxblk = ssa->ssa_wrsize; in sosctp_assoc_move()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocket_proto.h57 ssize_t sopp_maxblk; /* maximum message block size */ member
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c424 so->so_proto_props.sopp_maxblk, in so_sendmsg()
1170 so->so_proto_props.sopp_maxblk = soppp->sopp_maxblk; in so_set_prop()
1213 maxblk = so->so_proto_props.sopp_maxblk; in so_set_prop()
1225 so->so_proto_props.sopp_maxblk = maxblk; in so_set_prop()
H A Dsockcommon_subr.c1264 so->so_proto_props.sopp_maxblk = INFPSZ; in socket_sonode_create()
1815 (so->so_proto_props).sopp_maxblk; in socket_getopt_common()
H A Dsocksyscalls.c2202 maxblk = so->so_proto_props.sopp_maxblk; in snf_async_read()
2797 maxblk = so->so_proto_props.sopp_maxblk; in snf_cache()
H A Dsocktpi.c5272 (so->so_proto_props).sopp_maxblk; in sotpi_getsockopt()
/illumos-gate/usr/src/uts/common/inet/
H A Dproto_set.c139 sopp.sopp_maxblk = size; in proto_set_tx_maxblk()
/illumos-gate/usr/src/uts/common/syscall/
H A Dsendfile.c728 maxblk = so->so_proto_props.sopp_maxblk; in sendvec_chunk()
1176 maxblk = so->so_proto_props.sopp_maxblk; in sendfilev()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_fusion.c259 sopp.sopp_maxblk = INFPSZ; in tcp_fuse()
H A Dtcp_socket.c115 sopp.sopp_maxblk = INFPSZ; in tcp_activate()
H A Dtcp_tpi.c1148 stropt->so_maxblk = sopp.sopp_maxblk; in tcp_accept_finish()
H A Dtcp.c3163 sopp->sopp_maxblk = tcp_maxpsz_set(tcp, B_FALSE); in tcp_get_proto_props()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Drts.c1504 sopp.sopp_maxblk = INFPSZ; in rts_activate()
H A Dicmp.c5408 sopp.sopp_maxblk = INFPSZ; in rawip_activate()
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_common.c382 sopp.sopp_maxblk = sctp->sctp_mss - sizeof (sctp_data_hdr_t); in sctp_set_ulp_prop()
/illumos-gate/usr/src/uts/common/io/
H A Dtrill.c1510 sopp.sopp_maxblk = INFPSZ; in trill_activate()
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c4866 sopp.sopp_maxblk = INFPSZ; in udp_activate()