Searched refs:outhook (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/netgraph/
H A Dng_atmllc.c151 hook_p outhook; local
157 outhook = NULL;
182 outhook = priv->ether;
186 outhook = priv->ether;
190 outhook = priv->fddi;
194 outhook = priv->fddi;
219 outhook = priv->atm;
236 outhook = priv->atm;
239 if (outhook == NULL) {
245 NG_FWD_NEW_DATA(error, item, outhook,
[all...]
H A Dng_gif_demux.c309 hook_p outhook; local
337 outhook = *get_hook_from_iffam(priv, iffam);
352 outhook = priv->gif;
359 NG_FWD_ITEM_HOOK(error, item, outhook);

Completed in 52 milliseconds