Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_source.c99 #define NG_SOURCE_ACTIVE (NGF_TYPE1) macro
377 if ((sc->node->nd_flags & NG_SOURCE_ACTIVE) in ng_source_rcvmsg()
693 if (sc->node->nd_flags & NG_SOURCE_ACTIVE) in ng_source_start()
696 sc->node->nd_flags |= NG_SOURCE_ACTIVE; in ng_source_start()
716 sc->node->nd_flags &= ~NG_SOURCE_ACTIVE; in ng_source_stop()
737 || (sc->node->nd_flags & NG_SOURCE_ACTIVE) == 0) { in ng_source_intr()
782 KASSERT(sc->node->nd_flags & NG_SOURCE_ACTIVE, in ng_source_send()