Searched refs:sopp_maxpsz (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_sdp.c127 so->so_proto_props.sopp_maxpsz = INFPSZ;
H A Dsockmod_sctp.c179 so->so_proto_props.sopp_maxpsz = INFPSZ;
/illumos-gate/usr/src/uts/common/sys/
H A Dsocket_proto.h54 ssize_t sopp_maxpsz; /* maximum packet size */ member in struct:sock_proto_props
H A Dsocketvar.h185 #define so_maxpsz so_proto_props.sopp_maxpsz
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c392 uiop->uio_resid > so->so_proto_props.sopp_maxpsz &&
393 so->so_proto_props.sopp_maxpsz != -1) {
448 so->so_proto_props.sopp_maxpsz,
502 size > so->so_proto_props.sopp_maxpsz &&
503 so->so_proto_props.sopp_maxpsz != -1) {
542 if (mlen > so->so_proto_props.sopp_maxpsz) {
1211 so->so_proto_props.sopp_maxpsz = soppp->sopp_maxpsz;
H A Dsockcommon_subr.c1260 so->so_proto_props.sopp_maxpsz = INFPSZ;
1814 (so->so_proto_props).sopp_maxpsz;
H A Dsocksyscalls.c2940 maxpsz = so->so_proto_props.sopp_maxpsz;
H A Dsocktpi.c5374 (so->so_proto_props).sopp_maxpsz;
/illumos-gate/usr/src/uts/common/inet/
H A Dproto_set.c106 sopp.sopp_maxpsz = size;
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_socket.c113 sopp.sopp_maxpsz = INFPSZ;
/illumos-gate/usr/src/uts/common/inet/ip/
H A Drts.c1500 sopp.sopp_maxpsz = rts_mod_info.mi_maxpsz;
H A Dicmp.c5400 sopp.sopp_maxpsz = IP_MAXPACKET;
/illumos-gate/usr/src/uts/common/io/
H A Dtrill.c1509 sopp.sopp_maxpsz = INFPSZ;
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c4727 sopp.sopp_maxpsz =

Completed in 104 milliseconds