Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/sockmods/
H A Dsocksctpsubr.c534 nso->so_flowctrld = ssa->ssa_flowctrld; in sosctp_assoc_move()
/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c609 so->so_flowctrld = B_FALSE; in sonode_init()
H A Dsockcommon_sops.c1383 so->so_flowctrld = B_TRUE; in so_queue_msg_impl()
1412 so->so_flowctrld = B_TRUE; in so_queue_msg_impl()
H A Dsockcommon_subr.c637 if (so->so_flowctrld && (so->so_rcv_queued < so->so_rcvlowat && in so_check_flow_control()
639 so->so_flowctrld = B_FALSE; in so_check_flow_control()
H A Dsockfilter.c1606 so->so_flowctrld = B_TRUE; in sof_rcv_flowctrl()
/titanic_50/usr/src/uts/common/sys/
H A Dsocketvar.h229 boolean_t so_flowctrld; /* Flow controlled */ member