Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c472 so->so_rcv_thresh = 0; in sonode_constructor()
H A Dsockcommon_sops.c1374 if (force_push || so->so_rcv_queued >= so->so_rcv_thresh || in so_queue_msg_impl()
H A Dsockcommon_subr.c734 so->so_rcv_queued >= so->so_rcv_thresh)) { in so_dequeue_msg()
/titanic_44/usr/src/uts/common/sys/
H A Dsocketvar.h213 #define so_rcv_thresh so_proto_props.sopp_rcvthresh macro