Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/sockmods/
H A Dsocksdpsubr.c59 nso->so_sndlowat = lso->so_sndlowat; in sosdp_so_inherit()
H A Dsocksdp.c166 so->so_sndlowat = sbl.sbl_txlowat; in sosdp_init()
743 value = so->so_sndlowat; in sosdp_getsockopt()
913 if (so->so_sndlowat > so->so_sndbuf) { in sosdp_setsockopt()
914 so->so_sndlowat = so->so_sndbuf; in sosdp_setsockopt()
924 if (so->so_sndlowat > so->so_sndbuf) { in sosdp_setsockopt()
925 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.c225 so->so_sndlowat = sbl.sbl_txlowat; in sosctp_init()
/titanic_41/usr/src/uts/common/sys/
H A Dsocketvar.h180 #define so_sndlowat so_proto_props.sopp_txlowat /* tx low water mark */ macro
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c5304 value = so->so_sndlowat; in sotpi_getsockopt()
5628 so->so_sndlowat = intvalue; in sotpi_setsockopt()