Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.h183 extern void so_snd_qfull(struct sonode *so);
H A Dsockcommon.c487 so->so_snd_qfull = B_FALSE; in sonode_constructor()
611 so->so_snd_qfull = B_FALSE; in sonode_init()
H A Dsockcommon_subr.c312 so_snd_qfull(struct sonode *so) in so_snd_qfull() function
315 so->so_snd_qfull = B_TRUE; in so_snd_qfull()
323 so->so_snd_qfull = B_FALSE; in so_snd_qnotfull()
H A Dsockcommon_sops.c1087 so_snd_qfull(so); in so_txq_full()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h221 so_snd_qfull: 1, /* Transmit full */ member
352 ((so)->so_snd_qfull || (so)->so_state & SS_FIL_SND_FLOWCTRL)
/illumos-gate/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.c820 if (!so->so_snd_qfull) in sosctp_sendmsg()