Home
last modified time | relevance | path

Searched refs:SOCKOPT_RCVLOWAT (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsocket_proto.h72 #define SOCKOPT_RCVLOWAT 0x0004 /* set read side high water */ macro
/illumos-gate/usr/src/uts/common/inet/
H A Dproto_set.c74 sopp.sopp_flags = SOCKOPT_RCVLOWAT; in proto_set_rx_lowat()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c1177 if (soppp->sopp_flags & SOCKOPT_RCVLOWAT) in so_set_prop()
1232 SOCKOPT_RCVHIWAT | SOCKOPT_RCVLOWAT | SOCKOPT_MAXPSZ | in so_set_prop()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_socket.c108 sopp.sopp_flags = SOCKOPT_RCVHIWAT | SOCKOPT_RCVLOWAT | in tcp_activate()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Drts.c1499 sopp.sopp_flags = SOCKOPT_WROFF | SOCKOPT_RCVHIWAT | SOCKOPT_RCVLOWAT | in rts_activate()
H A Dicmp.c5414 sopp.sopp_flags = SOCKOPT_WROFF | SOCKOPT_RCVHIWAT | SOCKOPT_RCVLOWAT | in rawip_activate()
/illumos-gate/usr/src/uts/common/io/
H A Dtrill.c1504 SOCKOPT_RCVLOWAT | SOCKOPT_MAXADDRLEN | SOCKOPT_MAXPSZ | in trill_activate()
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c4874 sopp.sopp_flags = SOCKOPT_WROFF | SOCKOPT_RCVHIWAT | SOCKOPT_RCVLOWAT | in udp_activate()