Home
last modified time | relevance | path

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; in socksdp_create()
H A Dsockmod_sctp.c179 so->so_proto_props.sopp_maxpsz = INFPSZ; in socksctp_create()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c366 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()
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()
1180 so->so_proto_props.sopp_maxpsz = soppp->sopp_maxpsz; in so_set_prop()
H A Dsockcommon_subr.c1263 so->so_proto_props.sopp_maxpsz = INFPSZ; in socket_sonode_create()
1817 (so->so_proto_props).sopp_maxpsz; in socket_getopt_common()
H A Dsocksyscalls.c2995 maxpsz = so->so_proto_props.sopp_maxpsz; in sosendfile64()
H A Dsocktpi.c5274 (so->so_proto_props).sopp_maxpsz; in sotpi_getsockopt()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocket_proto.h58 ssize_t sopp_maxpsz; /* maximum packet size */ member
H A Dsocketvar.h188 #define so_maxpsz so_proto_props.sopp_maxpsz
/illumos-gate/usr/src/uts/common/inet/
H A Dproto_set.c106 sopp.sopp_maxpsz = size; in proto_set_maxpsz()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_socket.c114 sopp.sopp_maxpsz = INFPSZ; in tcp_activate()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Drts.c1505 sopp.sopp_maxpsz = rts_mod_info.mi_maxpsz; in rts_activate()
H A Dicmp.c5409 sopp.sopp_maxpsz = IP_MAXPACKET; in rawip_activate()
/illumos-gate/usr/src/uts/common/io/
H A Dtrill.c1509 sopp.sopp_maxpsz = INFPSZ; in trill_activate()
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c4870 sopp.sopp_maxpsz = in udp_activate()