Home
last modified time | relevance | path

Searched refs:so_flowctrld (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksctpsubr.c534 nso->so_flowctrld = ssa->ssa_flowctrld; in sosctp_assoc_move()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c616 so->so_flowctrld = B_FALSE; in sonode_init()
H A Dsockcommon_sops.c1371 so->so_flowctrld = B_TRUE; in so_queue_msg_impl()
1400 so->so_flowctrld = B_TRUE; in so_queue_msg_impl()
H A Dsockcommon_subr.c638 if (so->so_flowctrld && (so->so_rcv_queued < so->so_rcvlowat && in so_check_flow_control()
640 so->so_flowctrld = B_FALSE; in so_check_flow_control()
H A Dsockfilter.c1607 so->so_flowctrld = B_TRUE; in sof_rcv_flowctrl()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h232 boolean_t so_flowctrld; /* Flow controlled */ member