Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_ip_input.c126 if (curthread->td_ng_outbound) in ngipi_rcvdata()
H A Dnetgraph.h1207 curthread->td_ng_outbound++
1210 curthread->td_ng_outbound--; \
1211 KASSERT(curthread->td_ng_outbound >= 0, \
H A Dng_base.c2276 curthread->td_ng_outbound) { in ng_snd_item()
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.h1211 curthread->td_ng_outbound++
1214 curthread->td_ng_outbound--; \
1215 KASSERT(curthread->td_ng_outbound >= 0, \
/f-stack/freebsd/sys/
H A Dproc.h303 int td_ng_outbound; /* (k) Thread entered ng from above. */ member
/f-stack/lib/
H A Dff_ng_base.c2287 curthread->td_ng_outbound) { in ng_snd_item()