Home
last modified time | relevance | path

Searched refs:NG_FWD_NEW_DATA (Results 1 – 25 of 25) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dng_rfc1490.c346 NG_FWD_NEW_DATA(error, item, in ng_rfc1490_rcvdata()
362 NG_FWD_NEW_DATA(error, item, priv->ethernet, m); in ng_rfc1490_rcvdata()
368 NG_FWD_NEW_DATA(error, item, priv->inet, m); in ng_rfc1490_rcvdata()
372 NG_FWD_NEW_DATA(error, item, priv->ppp, m); in ng_rfc1490_rcvdata()
384 NG_FWD_NEW_DATA(error, item, priv->ppp, m); in ng_rfc1490_rcvdata()
393 NG_FWD_NEW_DATA(error, item, priv->downlink, m); in ng_rfc1490_rcvdata()
426 NG_FWD_NEW_DATA(error, item, priv->downlink, m); in ng_rfc1490_rcvdata()
439 NG_FWD_NEW_DATA(error, item, priv->downlink, m); in ng_rfc1490_rcvdata()
H A Dng_UI.c188 NG_FWD_NEW_DATA(error, item, priv->uplink, m); /* m -> NULL */ in ng_UI_rcvdata()
194 NG_FWD_NEW_DATA(error, item, priv->downlink, m); /* m -> NULL */ in ng_UI_rcvdata()
H A Dng_etf.c404 NG_FWD_NEW_DATA(error, item, fil->match_hook, m); in ng_etf_rcvdata()
406 NG_FWD_NEW_DATA(error, item,etfp->nomatch_hook.hook, m); in ng_etf_rcvdata()
421 NG_FWD_NEW_DATA( error, item, etfp->downstream_hook.hook, m); in ng_etf_rcvdata()
H A Dng_ether_echo.c129 NG_FWD_NEW_DATA(error, item, hook, m); in ngee_rcvdata()
H A Dng_sample.c344 NG_FWD_NEW_DATA(error, item, in ng_xxx_rcvdata()
370 NG_FWD_NEW_DATA(error, item, in ng_xxx_rcvdata()
H A Dng_frame_relay.c396 NG_FWD_NEW_DATA(error, item, sc->downstream.hook, m); in ngfrm_rcvdata()
452 NG_FWD_NEW_DATA(error, item, sc->channel[ctxnum].hook, m); in ngfrm_decode()
H A Dng_async.c480 NG_FWD_NEW_DATA(error, item, sc->async, m); in nga_rcv_sync()
543 NG_FWD_NEW_DATA(error, item, in nga_rcv_async()
H A Dng_cisco.c387 NG_FWD_NEW_DATA(error, item, sc->downstream.hook, m); in cisco_rcvdata()
567 NG_FWD_NEW_DATA(error, item, pep->hook, m); in cisco_input()
H A Dng_atmllc.c258 NG_FWD_NEW_DATA(error, item, outhook, m); in ng_atmllc_rcvdata()
H A Dng_pppoe.c1452 NG_FWD_NEW_DATA(error, item, privp->ethernet_hook, m); in ng_pppoe_rcvdata()
1536 NG_FWD_NEW_DATA(error, item, privp->ethernet_hook, m0); in ng_pppoe_rcvdata()
1666 NG_FWD_NEW_DATA(error, item, sendhook, m); in ng_pppoe_rcvdata_ether()
1757 NG_FWD_NEW_DATA(error, item, privp->ethernet_hook, m0); in ng_pppoe_rcvdata_ether()
1815 NG_FWD_NEW_DATA(error, item, privp->ethernet_hook, m0); in ng_pppoe_rcvdata_ether()
1951 NG_FWD_NEW_DATA(error, item, sp->hook, m); in ng_pppoe_rcvdata_ether()
H A Dng_mppc.c390 NG_FWD_NEW_DATA(error, item, priv->xmit.hook, m); in ng_mppc_rcvdata()
416 NG_FWD_NEW_DATA(error, item, priv->recv.hook, m); in ng_mppc_rcvdata()
H A Dng_tcpmss.c348 NG_FWD_NEW_DATA(error, item, priv->outHook, m); in ng_tcpmss_rcvdata()
H A Dng_pptpgre.c683 NG_FWD_NEW_DATA(error, item, priv->lower, m); in ng_pptpgre_xmit()
734 NG_FWD_NEW_DATA(error, np->item, hpriv->hook, m); in ng_pptpgre_sendq()
1000 NG_FWD_NEW_DATA(error, item, hpriv->hook, m); in ng_pptpgre_rcvdata_lower()
H A Dng_bridge.c788 NG_FWD_NEW_DATA(ctx.error, item, destLink->hook, ctx.m); in ng_bridge_rcvdata()
810 NG_FWD_NEW_DATA(ctx.error, item, ctx.foundFirst->hook, ctx.m); in ng_bridge_rcvdata()
H A Dng_l2tp.c948 NG_FWD_NEW_DATA(error, item, priv->ctrl, m); in ng_l2tp_rcvdata_lower()
998 NG_FWD_NEW_DATA(error, item, hook, m); in ng_l2tp_rcvdata_lower()
1162 NG_FWD_NEW_DATA(error, item, priv->lower, m); in ng_l2tp_rcvdata()
H A Dng_vjc.c535 NG_FWD_NEW_DATA(error, item, hook, m); in ng_vjc_rcvdata()
H A Dng_pred1.c339 NG_FWD_NEW_DATA(error, item, hook, out); in ng_pred1_rcvdata()
H A Dng_vlan.c666 NG_FWD_NEW_DATA(error, item, dst_hook, m); in ng_vlan_rcvdata()
H A Dng_deflate.c362 NG_FWD_NEW_DATA(error, item, hook, out); in ng_deflate_rcvdata()
H A Dng_checksum.c680 NG_FWD_NEW_DATA(error, item, out, m); in ng_checksum_rcvdata()
H A Dng_patch.c645 NG_FWD_NEW_DATA(error, item, out, m); in ng_patch_rcvdata()
H A Dnetgraph.h907 #define NG_FWD_NEW_DATA(error, item, hook, m) \ macro
H A Dng_ppp.c1364 NG_FWD_NEW_DATA(error, item, link->hook, m); in ng_ppp_link_xmit()
/f-stack/freebsd/netgraph/netflow/
H A Dng_netflow.c979 NG_FWD_NEW_DATA(error, item, out, m); in ng_netflow_rcvdata()
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.h909 #define NG_FWD_NEW_DATA(error, item, hook, m) \ macro