Searched defs:so_snd_qfull (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_subr.c311 so_snd_qfull(struct sonode *so) function
314 so->so_snd_qfull = B_TRUE;
322 so->so_snd_qfull = B_FALSE;
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h218 so_snd_qfull: 1, /* Transmit full */ member in struct:sonode
345 ((so)->so_snd_qfull || (so)->so_state & SS_FIL_SND_FLOWCTRL)

Completed in 108 milliseconds