Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c469 so->so_rcv_wanted = 0; in sonode_constructor()
H A Dsockcommon_subr.c947 so->so_rcv_wanted = uiop->uio_resid; in so_dequeue_msg()
960 so->so_rcv_wanted = 0; in so_dequeue_msg()
H A Dsockcommon_sops.c1375 so->so_rcv_queued >= so->so_rcv_wanted) { in so_queue_msg_impl()
/titanic_41/usr/src/uts/common/sys/
H A Dsocketvar.h210 uint_t so_rcv_wanted; /* # of bytes wanted by app */ member