Home
last modified time | relevance | path

Searched refs:so_flags (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dproto_set.c60 stropt->so_flags = SO_HIWAT; in proto_set_rx_hiwat()
87 stropt->so_flags = SO_LOWAT; in proto_set_rx_lowat()
151 stropt->so_flags = SO_MAXBLK; in proto_set_tx_maxblk()
177 stropt->so_flags = SO_COPYOPT; in proto_set_tx_copyopt()
206 stropt->so_flags = SO_WROFF; in proto_set_tx_wroff()
/illumos-gate/usr/src/uts/common/io/
H A Dbufmod.c342 sop->so_flags = SO_HIWAT | SO_LOWAT; in sbioc()
380 sop->so_flags = SO_HIWAT | SO_LOWAT; in sbioc()
746 sop->so_flags = SO_HIWAT | SO_LOWAT; in sbioctl()
823 sop->so_flags = SO_HIWAT | SO_LOWAT; in sbioctl()
H A Dzcons.c507 sop->so_flags = SO_HIWAT | SO_LOWAT; in zc_manager_open()
509 sop->so_flags = SO_HIWAT | SO_LOWAT | SO_ISTTY; in zc_manager_open()
583 sop->so_flags = SO_HIWAT | SO_LOWAT | SO_ISTTY; in zc_subsidiary_open()
H A Dptm.c385 sop->so_flags = SO_HIWAT | SO_LOWAT; in ptmopen()
387 sop->so_flags = SO_HIWAT | SO_LOWAT | SO_ISTTY; in ptmopen()
H A Ddedump.c149 so->so_flags, so->so_readopt, so->so_wroff); in dedump_stroptions()
H A Dpckt.c265 sop->so_flags = SO_HIWAT | SO_LOWAT; in pcktopen()
H A Dldterm.c809 strop->so_flags = SO_READOPT|SO_HIWAT|SO_LOWAT|SO_NDELON|SO_ISTTY; in ldtermopen()
874 strop->so_flags = SO_READOPT|SO_NDELOFF; in ldtermclose()
4806 optbuf.so_flags = 0; in chgstropts()
4817 optbuf.so_flags = SO_READOPT|SO_MREADOFF; in chgstropts()
4831 optbuf.so_flags = SO_READOPT|SO_MREADON; in chgstropts()
4840 optbuf.so_flags |= SO_TOSTOP; in chgstropts()
4842 optbuf.so_flags |= SO_TONSTOP; in chgstropts()
4844 if (optbuf.so_flags != 0) { in chgstropts()
H A Dpts.c416 sop->so_flags = SO_HIWAT | SO_LOWAT | SO_ISTTY; in ptsopen()
H A Dptem.c202 sop->so_flags = SO_HIWAT | SO_LOWAT | SO_ISTTY; in ptemopen()
H A Dtimod.c435 sop->so_flags = SO_READOPT; in timodopen()
H A Decpp.c1104 sop->so_flags = SO_HIWAT | SO_LOWAT | SO_NDELON | SO_MREADON; in ecpp_open()
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c2351 if (sop->so_flags & SO_READOPT) { in strrput_nondata()
2396 if (sop->so_flags & SO_ERROPT) { in strrput_nondata()
2414 if (sop->so_flags & SO_COPYOPT) { in strrput_nondata()
2427 if (sop->so_flags & SO_WROFF) in strrput_nondata()
2429 if (sop->so_flags & SO_TAIL) in strrput_nondata()
2431 if (sop->so_flags & SO_MINPSZ) in strrput_nondata()
2433 if (sop->so_flags & SO_MAXPSZ) in strrput_nondata()
2435 if (sop->so_flags & SO_MAXBLK) in strrput_nondata()
2437 if (sop->so_flags & SO_HIWAT) { in strrput_nondata()
2438 if (sop->so_flags & SO_BAND) { in strrput_nondata()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h605 uint_t so_flags; /* options to set */ member
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_fusion.c245 stropt->so_flags = SO_WROFF | SO_MAXBLK; in tcp_fuse()
H A Dtcp_socket.c857 stropt->so_flags = SO_HIWAT | SO_WROFF | SO_MAXBLK; in tcp_fallback_noneager()
H A Dtcp_tpi.c1145 stropt->so_flags = SO_HIWAT | SO_WROFF | SO_MAXBLK; in tcp_accept_finish()
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcmod.c1386 if ((stropts->so_flags & SO_HIWAT) && in mir_rput()
1387 !(stropts->so_flags & SO_BAND)) { in mir_rput()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dicmp.c5303 stropt->so_flags = SO_WROFF | SO_HIWAT; in rawip_fallback()
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c6328 stropt->so_flags = SO_WROFF | SO_HIWAT; in udp_fallback()