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;
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;
H A Dsocksctp.c895 if ((error = sosctp_uiomove(mctl, count, so->so_proto_props.sopp_maxblk,
2203 ssa->ssa_wrsize = soppp->sopp_maxblk;
2211 so->so_proto_props.sopp_maxblk = soppp->sopp_maxblk;
H A Dsocksctpsubr.c532 nso->so_proto_props.sopp_maxblk = ssa->ssa_wrsize;
/illumos-gate/usr/src/uts/common/sys/
H A Dsocket_proto.h53 ssize_t sopp_maxblk; /* maximum message block size */ member in struct:sock_proto_props
/illumos-gate/usr/src/uts/common/inet/
H A Dproto_set.c139 sopp.sopp_maxblk = size;
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c450 so->so_proto_props.sopp_maxblk,
1201 so->so_proto_props.sopp_maxblk = soppp->sopp_maxblk;
1244 maxblk = so->so_proto_props.sopp_maxblk;
1256 so->so_proto_props.sopp_maxblk = maxblk;
H A Dsockcommon_subr.c1261 so->so_proto_props.sopp_maxblk = INFPSZ;
1812 (so->so_proto_props).sopp_maxblk;
H A Dsocksyscalls.c2150 maxblk = so->so_proto_props.sopp_maxblk;
2742 maxblk = so->so_proto_props.sopp_maxblk;
H A Dsocktpi.c5372 (so->so_proto_props).sopp_maxblk;
/illumos-gate/usr/src/uts/common/syscall/
H A Dsendfile.c725 maxblk = so->so_proto_props.sopp_maxblk;
1159 maxblk = so->so_proto_props.sopp_maxblk;
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_fusion.c247 sopp.sopp_maxblk = INFPSZ;
H A Dtcp_socket.c114 sopp.sopp_maxblk = INFPSZ;
H A Dtcp_tpi.c1142 stropt->so_maxblk = sopp.sopp_maxblk;
H A Dtcp.c3127 sopp->sopp_maxblk = tcp_maxpsz_set(tcp, B_FALSE);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Drts.c1499 sopp.sopp_maxblk = INFPSZ;
H A Dicmp.c5399 sopp.sopp_maxblk = INFPSZ;
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_common.c382 sopp.sopp_maxblk = sctp->sctp_mss - sizeof (sctp_data_hdr_t);
/illumos-gate/usr/src/uts/common/io/
H A Dtrill.c1510 sopp.sopp_maxblk = INFPSZ;
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c4723 sopp.sopp_maxblk = INFPSZ;

Completed in 375 milliseconds