Home
last modified time | relevance | path

Searched refs:SS_FIL_SND_FLOWCTRL (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dsocketvar.h305 #define SS_FIL_SND_FLOWCTRL 0x00100000 /* filter asserted snd flow ctrl */ macro
345 ((so)->so_snd_qfull || (so)->so_state & SS_FIL_SND_FLOWCTRL)
/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsockfilter.c1644 so->so_state |= SS_FIL_SND_FLOWCTRL; in sof_snd_flowctrl()
1654 so->so_state &= ~SS_FIL_SND_FLOWCTRL; in sof_snd_flowctrl()