Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsockbuf.h49 #define SB_STOP 0x1000 /* backpressure indicator */ macro
294 if (sb->sb_flags & SB_STOP) in sbspace()
/freebsd/sys/kern/
H A Duipc_usrreq.c955 so2->so_snd.sb_flags &= ~SB_STOP; in uipc_rcvd()
1065 so->so_snd.sb_flags |= SB_STOP; in uipc_send()