Home
last modified time | relevance | path

Searched refs:SB_STOP (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dsockbuf.h53 #define SB_STOP 0x1000 /* backpressure indicator */ macro
236 if (sb->sb_flags & SB_STOP) in sbspace()
/f-stack/freebsd/sys/
H A Dsockbuf.h53 #define SB_STOP 0x1000 /* backpressure indicator */ macro
236 if (sb->sb_flags & SB_STOP) in sbspace()
/f-stack/freebsd/kern/
H A Duipc_usrreq.c991 so2->so_snd.sb_flags &= ~SB_STOP; in uipc_rcvd()
1154 so->so_snd.sb_flags |= SB_STOP; in uipc_send()