Searched refs:so_rcvlowat (Results 1 – 8 of 8) sorted by relevance
58 nso->so_rcvlowat = lso->so_rcvlowat; in sosdp_so_inherit()
165 so->so_rcvlowat = sbl.sbl_rxlowat; in sosdp_init()749 value = so->so_rcvlowat; in sosdp_getsockopt()920 if (so->so_rcvlowat > so->so_rcvbuf) { in sosdp_setsockopt()921 so->so_rcvlowat = so->so_rcvbuf; in sosdp_setsockopt()930 if (so->so_rcvlowat > so->so_rcvbuf) { in sosdp_setsockopt()931 so->so_rcvlowat = so->so_rcvbuf; in sosdp_setsockopt()
504 nso->so_rcvlowat = lso->so_rcvlowat; in sosctp_so_inherit()
233 so->so_rcvlowat = sbl.sbl_rxlowat; in sosctp_init()657 ssa->ssa_rcv_queued < so->so_rcvlowat) { in sosctp_recvmsg()2245 if (so->so_rcvlowat > lowat) { in sctp_assoc_properties()2248 so->so_rcvlowat = soppp->sopp_rxhiwat; in sctp_assoc_properties()2250 so->so_rcvlowat = lowat; in sctp_assoc_properties()
185 #define so_rcvlowat so_proto_props.sopp_rxlowat /* rx low water mark */ macro
1313 so->so_rcv_queued = so->so_rcvlowat; in so_queue_msg_impl()
638 if (so->so_flowctrld && (so->so_rcv_queued < so->so_rcvlowat && in so_check_flow_control()
5248 value = so->so_rcvlowat; in sotpi_getsockopt()5571 so->so_rcvlowat = intvalue; in sotpi_setsockopt()