Home
last modified time | relevance | path

Searched refs:so_sndlowat (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksdpsubr.c59 nso->so_sndlowat = lso->so_sndlowat; in sosdp_so_inherit()
H A Dsocksdp.c167 so->so_sndlowat = sbl.sbl_txlowat; in sosdp_init()
744 value = so->so_sndlowat; in sosdp_getsockopt()
914 if (so->so_sndlowat > so->so_sndbuf) { in sosdp_setsockopt()
915 so->so_sndlowat = so->so_sndbuf; in sosdp_setsockopt()
925 if (so->so_sndlowat > so->so_sndbuf) { in sosdp_setsockopt()
926 so->so_sndlowat = so->so_sndbuf; in sosdp_setsockopt()
H A Dsocksctpsubr.c505 nso->so_sndlowat = lso->so_sndlowat; in sosctp_so_inherit()
H A Dsocksctp.c235 so->so_sndlowat = sbl.sbl_txlowat; in sosctp_init()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h183 #define so_sndlowat so_proto_props.sopp_txlowat /* tx low water mark */ macro
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c5239 value = so->so_sndlowat; in sotpi_getsockopt()
5563 so->so_sndlowat = intvalue; in sotpi_setsockopt()