Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_atmllc.c164 hook_p outhook; in ng_atmllc_rcvdata() local
170 outhook = NULL; in ng_atmllc_rcvdata()
195 outhook = priv->ether; in ng_atmllc_rcvdata()
199 outhook = priv->ether; in ng_atmllc_rcvdata()
203 outhook = priv->fddi; in ng_atmllc_rcvdata()
207 outhook = priv->fddi; in ng_atmllc_rcvdata()
232 outhook = priv->atm; in ng_atmllc_rcvdata()
249 outhook = priv->atm; in ng_atmllc_rcvdata()
252 if (outhook == NULL) { in ng_atmllc_rcvdata()
258 NG_FWD_NEW_DATA(error, item, outhook, m); in ng_atmllc_rcvdata()
H A Dng_gif_demux.c311 hook_p outhook; in ng_gif_demux_rcvdata() local
339 outhook = *get_hook_from_iffam(priv, iffam); in ng_gif_demux_rcvdata()
354 outhook = priv->gif; in ng_gif_demux_rcvdata()
361 NG_FWD_ITEM_HOOK(error, item, outhook); in ng_gif_demux_rcvdata()