Home
last modified time | relevance | path

Searched refs:so_rcv_thresh (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c476 so->so_rcv_thresh = 0; in sonode_constructor()
H A Dsockcommon_sops.c1376 if (force_push || so->so_rcv_queued >= so->so_rcv_thresh || in so_queue_msg_impl()
H A Dsockcommon_subr.c735 so->so_rcv_queued >= so->so_rcv_thresh)) { in so_dequeue_msg()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h216 #define so_rcv_thresh so_proto_props.sopp_rcvthresh macro