Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_ip_input.c124 if (curthread->td_ng_outbound) in ngipi_rcvdata()
H A Dnetgraph.h1216 curthread->td_ng_outbound++
1219 curthread->td_ng_outbound--; \
1220 KASSERT(curthread->td_ng_outbound >= 0, \
H A Dng_base.c2280 curthread->td_ng_outbound) { in ng_snd_item()
/freebsd/sys/sys/
H A Dproc.h312 int td_ng_outbound; /* (k) Thread entered ng from above. */ member