Home
last modified time | relevance | path

Searched refs:SOCKOPT_WROFF (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsocket_proto.h70 #define SOCKOPT_WROFF 0x0001 /* set write offset */ macro
/illumos-gate/usr/src/uts/common/inet/
H A Dproto_set.c190 sopp.sopp_flags = SOCKOPT_WROFF; in proto_set_tx_wroff()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_fusion.c257 sopp.sopp_flags = SOCKOPT_WROFF | SOCKOPT_MAXBLK; in tcp_fuse()
H A Dtcp.c3162 sopp->sopp_flags = SOCKOPT_RCVHIWAT | SOCKOPT_MAXBLK | SOCKOPT_WROFF; in tcp_get_proto_props()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c1171 if (soppp->sopp_flags & SOCKOPT_WROFF) in so_set_prop()
1231 soppp->sopp_flags &= ~(SOCKOPT_MAXBLK | SOCKOPT_WROFF | SOCKOPT_TAIL | in so_set_prop()
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.c2223 if (soppp->sopp_flags & SOCKOPT_WROFF) in sctp_assoc_properties()
2231 if (soppp->sopp_flags & SOCKOPT_WROFF) in sctp_assoc_properties()
/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.c1502 sopp.sopp_flags = SOCKOPT_WROFF | SOCKOPT_RCVHIWAT | in trill_activate()
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_common.c380 sopp.sopp_flags = SOCKOPT_MAXBLK|SOCKOPT_WROFF; in sctp_set_ulp_prop()
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c4874 sopp.sopp_flags = SOCKOPT_WROFF | SOCKOPT_RCVHIWAT | SOCKOPT_RCVLOWAT | in udp_activate()