Home
last modified time | relevance | path

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

/freebsd-head/sys/netgraph/
HDng_ip_input.c124 if (curthread->td_ng_outbound) in ngipi_rcvdata()
HDnetgraph.h1216 curthread->td_ng_outbound++
1219 curthread->td_ng_outbound--; \
1220 KASSERT(curthread->td_ng_outbound >= 0, \
HDng_base.c2280 curthread->td_ng_outbound) { in ng_snd_item()
/freebsd-head/sys/sys/
HDproc.h312 int td_ng_outbound; /* (k) Thread entered ng from above. */ member