| /f-stack/freebsd/netgraph/ |
| H A D | ng_rfc1490.c | 346 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 D | ng_UI.c | 188 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 D | ng_etf.c | 404 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 D | ng_ether_echo.c | 129 NG_FWD_NEW_DATA(error, item, hook, m); in ngee_rcvdata()
|
| H A D | ng_sample.c | 344 NG_FWD_NEW_DATA(error, item, in ng_xxx_rcvdata() 370 NG_FWD_NEW_DATA(error, item, in ng_xxx_rcvdata()
|
| H A D | ng_frame_relay.c | 396 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 D | ng_async.c | 480 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 D | ng_cisco.c | 387 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 D | ng_atmllc.c | 258 NG_FWD_NEW_DATA(error, item, outhook, m); in ng_atmllc_rcvdata()
|
| H A D | ng_pppoe.c | 1452 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 D | ng_mppc.c | 390 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 D | ng_tcpmss.c | 348 NG_FWD_NEW_DATA(error, item, priv->outHook, m); in ng_tcpmss_rcvdata()
|
| H A D | ng_pptpgre.c | 683 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 D | ng_bridge.c | 788 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 D | ng_l2tp.c | 948 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 D | ng_vjc.c | 535 NG_FWD_NEW_DATA(error, item, hook, m); in ng_vjc_rcvdata()
|
| H A D | ng_pred1.c | 339 NG_FWD_NEW_DATA(error, item, hook, out); in ng_pred1_rcvdata()
|
| H A D | ng_vlan.c | 666 NG_FWD_NEW_DATA(error, item, dst_hook, m); in ng_vlan_rcvdata()
|
| H A D | ng_deflate.c | 362 NG_FWD_NEW_DATA(error, item, hook, out); in ng_deflate_rcvdata()
|
| H A D | ng_checksum.c | 680 NG_FWD_NEW_DATA(error, item, out, m); in ng_checksum_rcvdata()
|
| H A D | ng_patch.c | 645 NG_FWD_NEW_DATA(error, item, out, m); in ng_patch_rcvdata()
|
| H A D | netgraph.h | 907 #define NG_FWD_NEW_DATA(error, item, hook, m) \ macro
|
| H A D | ng_ppp.c | 1364 NG_FWD_NEW_DATA(error, item, link->hook, m); in ng_ppp_link_xmit()
|
| /f-stack/freebsd/netgraph/netflow/ |
| H A D | ng_netflow.c | 979 NG_FWD_NEW_DATA(error, item, out, m); in ng_netflow_rcvdata()
|
| /f-stack/tools/compat/include/netgraph/ |
| H A D | netgraph.h | 909 #define NG_FWD_NEW_DATA(error, item, hook, m) \ macro
|