Searched refs:TFLOW (Results 1 – 10 of 10) sorted by relevance
67 #define TFLOW 12 /* Can't send message - (blocked) */ macro
248 t_errno = TFLOW; in _tx_accept()268 t_errno = TFLOW; in _tx_accept()
99 t_errno = TFLOW; in _tx_sndrel()
106 t_errno = TFLOW; in _tx_sndreldata()
217 t_errno = TFLOW; in _tx_snd()
171 t_errno = TFLOW; in _tx_sndudata()
179 t_errno = TFLOW; in _tx_sndvudata()
262 t_errno = TFLOW; in _tx_sndv()
50 #define TFLOW 12 /* flow control */ macro
1593 } else if (t_errno == TFLOW) { in write_vc()