Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_rfc1490.c344 NG_FWD_NEW_DATA(error, item, in ng_rfc1490_rcvdata()
360 NG_FWD_NEW_DATA(error, item, priv->ethernet, m); in ng_rfc1490_rcvdata()
366 NG_FWD_NEW_DATA(error, item, priv->inet, m); in ng_rfc1490_rcvdata()
370 NG_FWD_NEW_DATA(error, item, priv->ppp, m); in ng_rfc1490_rcvdata()
382 NG_FWD_NEW_DATA(error, item, priv->ppp, m); in ng_rfc1490_rcvdata()
391 NG_FWD_NEW_DATA(error, item, priv->downlink, m); in ng_rfc1490_rcvdata()
424 NG_FWD_NEW_DATA(error, item, priv->downlink, m); in ng_rfc1490_rcvdata()
437 NG_FWD_NEW_DATA(error, item, priv->downlink, m); in ng_rfc1490_rcvdata()
H A Dng_UI.c186 NG_FWD_NEW_DATA(error, item, priv->uplink, m); /* m -> NULL */ in ng_UI_rcvdata()
192 NG_FWD_NEW_DATA(error, item, priv->downlink, m); /* m -> NULL */ in ng_UI_rcvdata()
H A Dng_etf.c402 NG_FWD_NEW_DATA(error, item, fil->match_hook, m); in ng_etf_rcvdata()
404 NG_FWD_NEW_DATA(error, item,etfp->nomatch_hook.hook, m); in ng_etf_rcvdata()
419 NG_FWD_NEW_DATA( error, item, etfp->downstream_hook.hook, m); in ng_etf_rcvdata()
H A Dng_sample.c342 NG_FWD_NEW_DATA(error, item, in ng_xxx_rcvdata()
359 NG_FWD_NEW_DATA(error, item, in ng_xxx_rcvdata()
H A Dng_ether_echo.c127 NG_FWD_NEW_DATA(error, item, hook, m); in ngee_rcvdata()
H A Dng_frame_relay.c394 NG_FWD_NEW_DATA(error, item, sc->downstream.hook, m); in ngfrm_rcvdata()
450 NG_FWD_NEW_DATA(error, item, sc->channel[ctxnum].hook, m); in ngfrm_decode()
H A Dng_async.c478 NG_FWD_NEW_DATA(error, item, sc->async, m); in nga_rcv_sync()
541 NG_FWD_NEW_DATA(error, item, in nga_rcv_async()
H A Dng_cisco.c385 NG_FWD_NEW_DATA(error, item, sc->downstream.hook, m); in cisco_rcvdata()
565 NG_FWD_NEW_DATA(error, item, pep->hook, m); in cisco_input()
H A Dng_pppoe.c1472 NG_FWD_NEW_DATA(error, item, privp->ethernet_hook, m); in ng_pppoe_rcvdata()
1552 NG_FWD_NEW_DATA(error, item, privp->ethernet_hook, m0); in ng_pppoe_rcvdata()
1680 NG_FWD_NEW_DATA(error, item, sendhook, m); in ng_pppoe_rcvdata_ether()
1771 NG_FWD_NEW_DATA(error, item, privp->ethernet_hook, m0); in ng_pppoe_rcvdata_ether()
1829 NG_FWD_NEW_DATA(error, item, privp->ethernet_hook, m0); in ng_pppoe_rcvdata_ether()
1965 NG_FWD_NEW_DATA(error, item, sp->hook, m); in ng_pppoe_rcvdata_ether()
H A Dng_mppc.c389 NG_FWD_NEW_DATA(error, item, priv->xmit.hook, m); in ng_mppc_rcvdata()
415 NG_FWD_NEW_DATA(error, item, priv->recv.hook, m); in ng_mppc_rcvdata()
H A Dng_pptpgre.c687 NG_FWD_NEW_DATA(error, item, priv->lower, m); in ng_pptpgre_xmit()
738 NG_FWD_NEW_DATA(error, np->item, hpriv->hook, m); in ng_pptpgre_sendq()
1004 NG_FWD_NEW_DATA(error, item, hpriv->hook, m); in ng_pptpgre_rcvdata_lower()
H A Dng_tcpmss.c352 NG_FWD_NEW_DATA(error, item, priv->outHook, m); in ng_tcpmss_rcvdata()
H A Dng_vlan_rotate.c450 NG_FWD_NEW_DATA(error, item, dst_hook, m); in ng_vlanrotate_rcvdata()
H A Dng_l2tp.c951 NG_FWD_NEW_DATA(error, item, priv->ctrl, m); in ng_l2tp_rcvdata_lower()
1001 NG_FWD_NEW_DATA(error, item, hook, m); in ng_l2tp_rcvdata_lower()
1154 NG_FWD_NEW_DATA(error, item, priv->lower, m); in ng_l2tp_rcvdata()
H A Dng_vjc.c533 NG_FWD_NEW_DATA(error, item, hook, m); in ng_vjc_rcvdata()
H A Dng_pred1.c337 NG_FWD_NEW_DATA(error, item, hook, out); in ng_pred1_rcvdata()
H A Dng_vlan.c664 NG_FWD_NEW_DATA(error, item, dst_hook, m); in ng_vlan_rcvdata()
H A Dng_deflate.c360 NG_FWD_NEW_DATA(error, item, hook, out); in ng_deflate_rcvdata()
H A Dng_checksum.c678 NG_FWD_NEW_DATA(error, item, out, m); in ng_checksum_rcvdata()
H A Dng_patch.c642 NG_FWD_NEW_DATA(error, item, out, m); in ng_patch_rcvdata()
H A Dng_bridge.c722 NG_FWD_NEW_DATA(error, item, dst->hook, m); in ng_bridge_send_data()
H A Dnetgraph.h915 #define NG_FWD_NEW_DATA(error, item, hook, m) \ macro
H A Dng_ppp.c1362 NG_FWD_NEW_DATA(error, item, link->hook, m); in ng_ppp_link_xmit()
/freebsd/sys/netgraph/netflow/
H A Dng_netflow.c991 NG_FWD_NEW_DATA(error, item, out, m); in ng_netflow_rcvdata()