Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_source.c100 #define NG_SOURCE_ACTIVE (NGF_TYPE1) macro
378 if ((sc->node->nd_flags & NG_SOURCE_ACTIVE) in ng_source_rcvmsg()
691 if (sc->node->nd_flags & NG_SOURCE_ACTIVE) in ng_source_start()
694 sc->node->nd_flags |= NG_SOURCE_ACTIVE; in ng_source_start()
714 sc->node->nd_flags &= ~NG_SOURCE_ACTIVE; in ng_source_stop()
735 || (sc->node->nd_flags & NG_SOURCE_ACTIVE) == 0) { in ng_source_intr()
780 KASSERT(sc->node->nd_flags & NG_SOURCE_ACTIVE, in ng_source_send()