Home
last modified time | relevance | path

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

/freebsd-13.1/sys/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()
694 if (sc->node->nd_flags & NG_SOURCE_ACTIVE) in ng_source_start()
697 sc->node->nd_flags |= NG_SOURCE_ACTIVE; in ng_source_start()
717 sc->node->nd_flags &= ~NG_SOURCE_ACTIVE; in ng_source_stop()
738 || (sc->node->nd_flags & NG_SOURCE_ACTIVE) == 0) { in ng_source_intr()
783 KASSERT(sc->node->nd_flags & NG_SOURCE_ACTIVE, in ng_source_send()