Home
last modified time | relevance | path

Searched refs:so_snd_qfull (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.h180 extern void so_snd_qfull(struct sonode *so);
H A Dsockcommon.c483 so->so_snd_qfull = B_FALSE; in sonode_constructor()
604 so->so_snd_qfull = B_FALSE; in sonode_init()
H A Dsockcommon_subr.c311 so_snd_qfull(struct sonode *so) in so_snd_qfull() function
314 so->so_snd_qfull = B_TRUE; in so_snd_qfull()
322 so->so_snd_qfull = B_FALSE; in so_snd_qnotfull()
H A Dsockcommon_sops.c1119 so_snd_qfull(so); in so_txq_full()
/titanic_50/usr/src/uts/common/sys/
H A Dsocketvar.h218 so_snd_qfull: 1, /* Transmit full */ member
345 ((so)->so_snd_qfull || (so)->so_state & SS_FIL_SND_FLOWCTRL)
/titanic_50/usr/src/uts/common/inet/sockmods/
H A Dsocksctpsubr.c530 nso->so_snd_qfull = ssa->ssa_snd_qfull; in sosctp_assoc_move()
H A Dsocksctp.c811 if (!so->so_snd_qfull) in sosctp_sendmsg()